summaryrefslogtreecommitdiffstats
path: root/samples/browseable/AppRestrictionSchema/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'samples/browseable/AppRestrictionSchema/AndroidManifest.xml')
-rw-r--r--samples/browseable/AppRestrictionSchema/AndroidManifest.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/samples/browseable/AppRestrictionSchema/AndroidManifest.xml b/samples/browseable/AppRestrictionSchema/AndroidManifest.xml
index f8bbccc56..6ef22ede6 100644
--- a/samples/browseable/AppRestrictionSchema/AndroidManifest.xml
+++ b/samples/browseable/AppRestrictionSchema/AndroidManifest.xml
@@ -16,17 +16,17 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
package="com.example.android.apprestrictionschema"
android:versionCode="1"
android:versionName="1.0">
- <!-- uses-sdk android:minSdkVersion="21" android:targetSdkVersion="21" /-->
-
<application
android:allowBackup="true"
- android:icon="@drawable/ic_launcher"
+ android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
- android:theme="@style/AppTheme">
+ android:theme="@style/AppTheme"
+ tools:ignore="GoogleAppIndexingWarning">
<meta-data
android:name="android.content.APP_RESTRICTIONS"