aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--ui/src/main/AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/src/main/AndroidManifest.xml b/ui/src/main/AndroidManifest.xml
index 4c957bd7..4dd38cb2 100644
--- a/ui/src/main/AndroidManifest.xml
+++ b/ui/src/main/AndroidManifest.xml
@@ -41,7 +41,8 @@
<activity
android:name=".activity.TunnelToggleActivity"
- android:theme="@style/NoBackgroundTheme" />
+ android:theme="@style/NoBackgroundTheme"
+ android:excludeFromRecents="true"/>
<activity android:name=".activity.MainActivity">
<intent-filter>