(Bundle savedInstanceState)
| 49 | private static final int REQUEST_EFFECT_ACTIVITY = 5; |
| 50 | |
| 51 | @Override |
| 52 | protected void onCreate(Bundle savedInstanceState) |
| 53 | { |
| 54 | super.onCreate(savedInstanceState); |
| 55 | setContentView(R.layout.main_activity); |
| 56 | |
| 57 | |
| 58 | findViewById(R.id.makeup).setOnClickListener(this); |
| 59 | } |
| 60 | |
| 61 | private Intent gotoGallery(int picture_count) |
| 62 | { |
nothing calls this directly
no outgoing calls
no test coverage detected