File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 9
9
<uses-permission android : name =" android.permission.READ_PHONE_STATE" tools : node =" remove" />
10
10
<uses-permission android : name =" android.permission.READ_EXTERNAL_STORAGE" tools : node =" remove" />
11
11
<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 " >
13
13
<activity android : name =" .MainActivity" android : label =" @string/app.name" >
14
14
<intent-filter >
15
15
<action android : name =" android.intent.action.MAIN" />
You can’t perform that action at this time.
0 commit comments