summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AndroidManifest.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index df0eba0f..3f774183 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -124,17 +124,6 @@
</intent-filter>
</activity>
- <activity-alias
- android:name="se.leap.openvpn.app.CreateShortcuts"
- android:label="@string/vpn_shortcut"
- android:targetActivity="se.leap.openvpn.LaunchVPN" >
- <intent-filter>
- <action android:name="android.intent.action.CREATE_SHORTCUT" />
-
- <category android:name="android.intent.category.DEFAULT" />
- </intent-filter>
- </activity-alias>
-
<provider
android:name="se.leap.openvpn.FileProvider"
android:authorities="se.leap.openvpn.FileProvider"