diff options
author | Parménides GV <parmegv@sdf.org> | 2014-06-12 11:44:46 +0200 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2014-06-12 11:44:46 +0200 |
commit | b1a7978a0a048321077fd8f0b0b65051ba498afc (patch) | |
tree | 732947b5eb8ef77829d8ff0660c6cad04c1ece55 /app | |
parent | 4a020a0116f1d3b8ea2a87e64cc8e6a926c0c179 (diff) |
Disconnect from log window works.
Diffstat (limited to 'app')
-rw-r--r-- | app/src/main/AndroidManifest.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 35a4cfcb..51ce3e80 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -52,6 +52,10 @@ <action android:name="android.intent.action.BOOT_COMPLETED" /> </intent-filter> </receiver> + + <activity + android:theme="@android:style/Theme.DeviceDefault.Light.Dialog" + android:name="de.blinkt.openvpn.activities.DisconnectVPN" /> <activity android:name="de.blinkt.openvpn.LaunchVPN" |