Android - Adding at least one Activity with an ACTION-VIEW intent-filter after Updating SDK version 23

后端 未结 5 1430
遇见更好的自我
遇见更好的自我 2020-11-30 16:08

I am getting the following tool tip in AndroidManifest.xml:

App is not indexable by Google Search; consider adding at least one Activity

5条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-30 16:57

    
    

    You can remove the warning by adding xmlns:tools="http://schemas.android.com/tools" and tools:ignore="GoogleAppIndexingWarning" to the tag.

提交回复
热议问题