I tried to solve this case. However, the application crashes
Intent intent = new Intent("android.intent.action.MAIN");
intent.addCategory("android.intent.category.LAUNCHER");
intent.setComponent(new ComponentName("com.instagram.android",
"com.instagram.android.creation.activity.MediaCaptureActivity"));
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
startActivity(intent);
Aucun commentaire:
Enregistrer un commentaire