Latest Android Aptitude Question SOLUTION: What does the flag FLAG_ACTIVITY_SINGLE_INSTANCE do here? Intent i = new Intent(); i.setAction("com.android.MYACTION"); i.setFlags(Intent.FLAG_ACTIVITY_SINGLE_INSTANCE); startAct