Home | History | Annotate | Download | only in camera

Lines Matching refs:intent

21 import android.content.Intent;
28 * {@code android.intent.action.CAMERA_BUTTON} intent.
36 public void onReceive(Context context, Intent intent) {
46 Intent i = new Intent(Intent.ACTION_MAIN);
48 i.addCategory(Intent.CATEGORY_LAUNCHER);
49 i.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK
50 | Intent.FLAG_ACTIVITY_CLEAR_TOP);