am e868922e: am 3e375863: Launch setup wizard as single top activity

* commit 'e868922edcbdf0df9ac2695c63384efa32629e07':
  Launch setup wizard as single top activity
main
Tadashi G. Takaoka 2013-05-15 12:47:01 -07:00 committed by Android Git Automerger
commit 3da7bdd34e
1 changed files with 3 additions and 1 deletions

View File

@ -56,7 +56,9 @@
<activity android:name=".setup.SetupActivity"
android:label="@string/english_ime_name"
android:icon="@drawable/ic_setup_wizard">
android:icon="@drawable/ic_setup_wizard"
android:launchMode="singleTop"
android:clearTaskOnLaunch="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />