Activityèµ·åæãæå¾ ããåä½ãå®ç¾ããçºã«ã以ä¸ã®ãã©ã°ãè¨å®ããå ´åãããã Intent i = new Intent(); i.setFlags( Intent.FLAG_ACTIVITY_NEW_TASK ); startActivity( i ); http://developer.android.com/reference/android/content/Intent.html # Flags FLAGSDETAILS FLAG_ACTIVITY_BROUGHT_TO_FRONTThis flag is not normally set by application code, but set for you by the system as described in the launchMode documentation for the singleTask mod
{{#tags}}- {{label}}
{{/tags}}