Skip to content

Commit

Permalink
Ignore google index warning
Browse files Browse the repository at this point in the history
  • Loading branch information
davemorrissey committed Dec 17, 2017
1 parent 4aababf commit dd61ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<uses-permission android:name="android.permission.READ_PHONE_STATE" tools:node="remove"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" tools:node="remove"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" tools:node="remove"/>
<application android:label="@string/app.name" android:theme="@style/sampleTheme" android:icon="@mipmap/ic_launcher" android:allowBackup="false">
<application android:label="@string/app.name" android:theme="@style/sampleTheme" android:icon="@mipmap/ic_launcher" android:allowBackup="false" tools:ignore="GoogleAppIndexingWarning">
<activity android:name=".MainActivity" android:label="@string/app.name">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
Expand Down

0 comments on commit dd61ffa

Please sign in to comment.