1. ホーム
  2. アンドロイド

AndroidManifest.xml は、アプリが Google 検索でインデックス化されていないことを警告しています。

2022-02-10 04:56:35

AndroidManifest.xml は、App is not indexable by Google Search; consider at least one Activity with an ACTION-VIEW intent filter を警告しています。

次の画像

解決策

AndroidManifest.xmlに以下の設定を追加します。

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