Skip to content

Commit dd61ffa

Browse files
committed
Ignore google index warning
1 parent 4aababf commit dd61ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/src/main/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<uses-permission android:name="android.permission.READ_PHONE_STATE" tools:node="remove"/>
1010
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" tools:node="remove"/>
1111
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" tools:node="remove"/>
12-
<application android:label="@string/app.name" android:theme="@style/sampleTheme" android:icon="@mipmap/ic_launcher" android:allowBackup="false">
12+
<application android:label="@string/app.name" android:theme="@style/sampleTheme" android:icon="@mipmap/ic_launcher" android:allowBackup="false" tools:ignore="GoogleAppIndexingWarning">
1313
<activity android:name=".MainActivity" android:label="@string/app.name">
1414
<intent-filter>
1515
<action android:name="android.intent.action.MAIN"/>

0 commit comments

Comments
 (0)