diff options
-rw-r--r-- | AndroidManifest.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 320d4fc4..17999220 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -123,17 +123,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" |