diff options
Diffstat (limited to 'android')
| -rw-r--r-- | android/src/main/AndroidManifest.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml index 470ff85138..2836f3d63a 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -1,5 +1,6 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:tools="http://schemas.android.com/tools" package="net.mullvad.mullvadvpn" > <uses-permission android:name="android.permission.INTERNET" /> @@ -9,6 +10,7 @@ android:roundIcon="@mipmap/ic_launcher" android:theme="@style/AppTheme" android:allowBackup="false" + tools:ignore="GoogleAppIndexingWarning" > <activity android:name=".MainActivity" |
