diff options
Diffstat (limited to 'remoteExample/src/main')
-rw-r--r-- | remoteExample/src/main/AndroidManifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remoteExample/src/main/AndroidManifest.xml b/remoteExample/src/main/AndroidManifest.xml index 8ba7ec79..311afc12 100644 --- a/remoteExample/src/main/AndroidManifest.xml +++ b/remoteExample/src/main/AndroidManifest.xml @@ -4,8 +4,7 @@ ~ 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.openvpn.remote" > +<manifest xmlns:android="http://schemas.android.com/apk/res/android"> <uses-permission android:name="android.permission.INTERNET" /> @@ -17,6 +16,7 @@ android:label="@string/app_name" android:theme="@style/AppTheme" > <activity + android:exported="true" android:name="de.blinkt.openvpn.remote.MainActivity" android:label="@string/app_name" > <intent-filter> |