summaryrefslogtreecommitdiffstats
path: root/samples/browseable/AppRestrictions/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'samples/browseable/AppRestrictions/AndroidManifest.xml')
-rw-r--r--samples/browseable/AppRestrictions/AndroidManifest.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/samples/browseable/AppRestrictions/AndroidManifest.xml b/samples/browseable/AppRestrictions/AndroidManifest.xml
index ddac9cfd1..5c0ca6489 100644
--- a/samples/browseable/AppRestrictions/AndroidManifest.xml
+++ b/samples/browseable/AppRestrictions/AndroidManifest.xml
@@ -18,6 +18,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
package="com.example.android.apprestrictions"
android:versionCode="1"
android:versionName="1.0">
@@ -25,7 +26,9 @@
<!-- Min/target SDK versions (<uses-sdk>) managed by build.gradle -->
<application android:label="@string/app_name"
- android:icon="@drawable/ic_launcher">
+ android:icon="@mipmap/ic_launcher"
+ android:allowBackup="true"
+ tools:ignore="GoogleAppIndexingWarning">
<activity android:name="MainActivity"
android:label="@string/app_name" >