summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 7e609c51..9e87e727 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -136,6 +136,7 @@
<activity
android:name=".LaunchVPN"
android:label="@string/vpn_launch_title"
+
android:theme="@android:style/Theme.DeviceDefault.Light.Panel"
tools:ignore="ExportedActivity" >
<intent-filter>
@@ -145,13 +146,14 @@
</intent-filter>
</activity>
+
<activity-alias
android:name=".app.CreateShortcuts"
android:label="@string/vpn_shortcut"
+ android:theme="@android:style/Theme.DeviceDefault.Light.DialogWhenLarge"
android:targetActivity=".LaunchVPN" >
<intent-filter>
<action android:name="android.intent.action.CREATE_SHORTCUT" />
-
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity-alias>