Error App is not indexable by Google Search in AndroidManifest file

there is a large yellow block in the AndroidManifest.xml file, and the prompt is:

App is not indexable by Google Search; consider adding at least one Activity weith an ACTION-VIEW intent filter. See issue explanation for more details


issue id : GoogleAppIndexingWarning
Dec.11,2021

if you just want to remove warning, add this line of code to the mainActivity list:

 <action android:name="android.intent.action.VIEW" />

if you want to know more about GoogleSearch, and want to rationalize the use of GoogleSearch, you can check the official documentation:
https://developer.android.com.

.

reference: https://stackoverflow.com/que.

Menu