summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 3ab0e05..15b66d4 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -44,6 +44,7 @@
android:label="@string/app_name"
android:enabled="false"
android:exported="true"
+ android:autoRemoveFromRecents="true"
android:taskAffinity="android.task.stk.StkLauncherActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@@ -55,6 +56,7 @@
android:theme="@android:style/Theme.Material.Light"
android:label="@string/app_name"
android:exported="false"
+ android:autoRemoveFromRecents="true"
android:taskAffinity="android.task.stk.StkLauncherActivity">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
@@ -69,6 +71,7 @@
android:label="@string/app_name"
android:configChanges="orientation|locale|screenSize|keyboardHidden|mnc|mcc"
android:exported="false"
+ android:autoRemoveFromRecents="true"
android:taskAffinity="android.task.stk.StkLauncherActivity">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
@@ -83,6 +86,7 @@
android:theme="@android:style/Theme.Material.Light"
android:configChanges="orientation|locale|screenSize|keyboardHidden"
android:exported="false"
+ android:autoRemoveFromRecents="true"
android:taskAffinity="android.task.stk.StkLauncherActivity">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
@@ -94,12 +98,14 @@
android:configChanges="orientation|locale|screenSize|keyboardHidden"
android:theme="@style/Transparent"
android:exported="false"
+ android:autoRemoveFromRecents="true"
android:taskAffinity="android.task.stk.StkLauncherActivity">
</activity>
<activity android:name="ToneDialog"
android:exported="false"
android:theme="@style/Transparent"
+ android:autoRemoveFromRecents="true"
android:taskAffinity="android.task.stk.StkLauncherActivity">
</activity>