diff options
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r-- | app/src/main/AndroidManifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index b97dbc7d..02930b27 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -11,10 +11,10 @@ <permission android:name="${applicationId}.permission.CONTROL_TUNNELS" - android:protectionLevel="dangerous" + android:description="@string/permission_description" android:icon="@mipmap/ic_launcher" android:label="@string/permission_label" - android:description="@string/permission_description" /> + android:protectionLevel="dangerous" /> <application android:name=".Application" |