Я использую Android Studio.У меня есть эта ошибка на AndroidManifest.xml
:
App is not indexable by Google Search; consider adding at least one Activity with an ACTION-VIEW intent filter. See issue explanation for more details. less... (Ctrl+F1)
Inspection info:Adds URLs to get your app into the Google index, to get installs and traffic to your app from Google Search.
<service android:name="com.example.application.GPSTracker"/>
<activity android:name="com.github.pdfviewer.PDFViewActivity" />
Кто-нибудь может помочь мне решить эту проблему?