Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3da7bdd3 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by Android Git Automerger
Browse files

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

* commit 'e868922e':
  Launch setup wizard as single top activity
parents 29177deb e868922e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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" />