diff options
Diffstat (limited to 'main/src/ui')
-rw-r--r-- | main/src/ui/AndroidManifest.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/main/src/ui/AndroidManifest.xml b/main/src/ui/AndroidManifest.xml index 21241f0a..2a296183 100644 --- a/main/src/ui/AndroidManifest.xml +++ b/main/src/ui/AndroidManifest.xml @@ -4,8 +4,7 @@ --> <manifest xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:tools="http://schemas.android.com/tools" - package="de.blinkt.openvpn"> + xmlns:tools="http://schemas.android.com/tools"> <uses-feature android:name="android.software.leanback" |