Solving app is not indexable by google search consider adding at least one activity with an action-view



I am getting following tool tip in AndroidManifest.xml
App is not indexable by Google Search; consider adding at least one Activity with an ACTION-VIEW intent-filler. See issue explanation for more details.
Adds deep links to get your app into the Google index, to get installs and traffic to your app from Google Search.
To solving this problem, I just add this intent-filter at AndroidManifest.xml:

<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="http"
android:host="budi.sunaryo.info"
android:pathPrefix="/pesisiran"  />

</intent-filter> 

Komentar

Postingan populer dari blog ini

Mengatasi Masalah Foreign Key Constraint Ketika Migrasi Database di Laravel 5.4

Mengatasi Masalah No Hint Path Define for [datatables] di Laravel 5.4 dan Yajra 7.0

Mengatasi Tampilan Tidak Rapih pada Saat Instalasi Awal OJS 3