summaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2014-11-22 00:10:46 +0100
committerParménides GV <parmegv@sdf.org>2014-11-27 17:49:56 +0100
commite4d4c07be386f809a8ac028df8146916fc0f7597 (patch)
tree201e711ed102580587c8c934bf1acecd1c6db842 /app/src/main/AndroidManifest.xml
parent2681e877c6c2e871247cf5e42269d1b867422f1f (diff)
EipStatus detects and notifies changes by itself.
Initial status message is "not connected", rather than "unknown".
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 61f2a63b..7d1063ef 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -62,7 +62,9 @@
</receiver>
<activity
- android:name="se.leap.bitmaskclient.eip.VoidVpnLauncher" />
+ android:name="se.leap.bitmaskclient.eip.VoidVpnLauncher"
+ android:theme="@android:style/Theme.NoDisplay" />
+
<activity
android:theme="@android:style/Theme.DeviceDefault.Light.Dialog"
android:name="de.blinkt.openvpn.activities.DisconnectVPN" />