I am getting the following tool tip in AndroidManifest.xml:
App is not indexable by Google Search; consider adding at least one Activity
You can remove the warning by adding xmlns:tools="http://schemas.android.com/tools" and tools:ignore="GoogleAppIndexingWarning" to the tag.
xmlns:tools="http://schemas.android.com/tools"
tools:ignore="GoogleAppIndexingWarning"