summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-12-15 22:32:17 +0100
committerArne Schwabe <arne@rfc2549.org>2013-12-15 22:32:17 +0100
commit092098bdbd40c5bfea2b848e9c6094120d943b80 (patch)
tree966bc1e468115c626b1b77b4fbbc5010c1d0caa5
parent8f72298ff84ec156782eff668c5aca9ee4971272 (diff)
Exclude launchVPN and CreateShortcuts from recent activities
-rw-r--r--AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 510bb678..7a96675a 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -136,7 +136,7 @@
<activity
android:name=".LaunchVPN"
android:label="@string/vpn_launch_title"
-
+ android:excludeFromRecents="true"
android:theme="@android:style/Theme.DeviceDefault.Light.Panel"
tools:ignore="ExportedActivity" >
<intent-filter>
@@ -150,6 +150,7 @@
<activity
android:name=".activities.CreateShortcuts"
android:label="@string/vpn_shortcut"
+ android:excludeFromRecents="true"
android:theme="@android:style/Theme.DeviceDefault.Light.DialogWhenLarge" >
<intent-filter>
<action android:name="android.intent.action.CREATE_SHORTCUT" />