OSDN Git Service

Set noHistory on MainActivity to prevent a running instance of Superuser from regaini...
authorKoushik Dutta <koushd@gmail.com>
Sat, 2 Mar 2013 20:59:46 +0000 (12:59 -0800)
committerKoushik Dutta <koushd@gmail.com>
Sat, 2 Mar 2013 20:59:46 +0000 (12:59 -0800)
Change-Id: I3ea42bdd6b15006010e1beeea04cd540bf160428

Superuser/AndroidManifest.xml

index 01df8f9..810f058 100644 (file)
@@ -44,6 +44,7 @@
             android:name=".MainActivity"
             android:configChanges="keyboardHidden|orientation|screenSize"
             android:excludeFromRecents="true"
+            android:noHistory="true"
             android:label="@string/superuser" >
             <intent-filter>
                 <action android:name="android.intent.action.MAIN" />