summaryrefslogtreecommitdiff
path: root/vpndialogxposed/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2017-05-27 13:07:08 +0200
committerArne Schwabe <arne@rfc2549.org>2017-05-27 13:07:08 +0200
commita45c9521e35dec3c64e71de2cc4006cf3d2be785 (patch)
treea36374762463d0b1e56307f37e4ebe9cb3934de2 /vpndialogxposed/src/main/AndroidManifest.xml
parent3e6a9e7ada2fdd632898c607211ab1fdc4a85407 (diff)
Remove obsolete xposed module
Diffstat (limited to 'vpndialogxposed/src/main/AndroidManifest.xml')
-rw-r--r--vpndialogxposed/src/main/AndroidManifest.xml38
1 files changed, 0 insertions, 38 deletions
diff --git a/vpndialogxposed/src/main/AndroidManifest.xml b/vpndialogxposed/src/main/AndroidManifest.xml
deleted file mode 100644
index a3363a71..00000000
--- a/vpndialogxposed/src/main/AndroidManifest.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- ~ Copyright (c) 2012-2016 Arne Schwabe
- ~ Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt
- -->
-
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="de.blinkt.vpndialogxposed" >
-
-
- <application
- android:allowBackup="true"
- android:icon="@drawable/ic_launcher"
- android:label="@string/app_name"
- >
-
- <activity
- android:name=".AllowedVPNsChooser">
- <intent-filter>
- <action android:name="android.intent.action.MAIN"/>
-
- <category android:name="android.intent.category.BROWSABLE"/>
- <category android:name="android.intent.category.LAUNCHER"/>
- </intent-filter>
- </activity>
-
- <meta-data
- android:value="true"
- android:name="xposedmodule"/>
- <meta-data
- android:value="2.0*"
- android:name="xposedminversion"/>
- <meta-data
- android:value="Allows OpenVPN for Android to establish a VPN connection without confirmation dialog"
- android:name="xposeddescription"/>
- </application>
-
-</manifest>