summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2016-02-19 13:09:15 +0100
committerArne Schwabe <arne@rfc2549.org>2016-02-19 13:09:15 +0100
commit3f15db11f53bcb5cd453cb7191e782e48bd47889 (patch)
treeaa1c0df545df242d9497bc8c8101154d2f025b22
parenta10ffa4ce418df7fef911a5015baf5d64b7614fa (diff)
Fix bug of LaunchVPN activity showing an empty windows
-rw-r--r--main/src/main/AndroidManifest.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/src/main/AndroidManifest.xml b/main/src/main/AndroidManifest.xml
index 1fdcd6f4..f9c75da0 100644
--- a/main/src/main/AndroidManifest.xml
+++ b/main/src/main/AndroidManifest.xml
@@ -139,9 +139,11 @@
</activity>
<activity
android:name=".LaunchVPN"
+ android:autoRemoveFromRecents="true"
android:excludeFromRecents="true"
android:label="@string/vpn_launch_title"
- android:theme="@style/blinkt.dialog"
+ android:taskAffinity=""
+ android:theme="@android:style/Theme.NoDisplay"
tools:ignore="ExportedActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />