|
@@ -1,4 +1,5 @@
|
|
|
-<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
+<manifest xmlns:tools="http://schemas.android.com/tools"
|
|
|
+ xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
<!-- Allows unlocking your device and activating its screen so UI tests can succeed -->
|
|
|
<uses-permission android:name="android.permission.DISABLE_KEYGUARD"/>
|
|
|
<uses-permission android:name="android.permission.WAKE_LOCK"/>
|
|
@@ -11,5 +12,7 @@
|
|
|
<uses-permission android:name="android.permission.CHANGE_CONFIGURATION"/>
|
|
|
|
|
|
<application
|
|
|
- android:testOnly="false"/>
|
|
|
+ android:testOnly="false"
|
|
|
+ android:allowBackup="false"
|
|
|
+ tools:ignore="GoogleAppIndexingWarning"/>
|
|
|
</manifest>
|