diff options
author | Parménides GV <parmegv@sdf.org> | 2013-09-06 12:24:29 +0200 |
---|---|---|
committer | Sean Leonard <meanderingcode@aetherislands.net> | 2013-11-15 12:57:12 -0800 |
commit | 2974ac91273043dbe68f3710daef35251a180abd (patch) | |
tree | 69dc0016a5cff06e60e914fcf9bd32a8043acebe | |
parent | 04fedee9f6be1e3e46a8c91c9a39343513cc6fe1 (diff) |
Shortcut widget removed
-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" |