1. ホーム
  2. Android

BUG: android アクティビティはエクスポートされるか、インテント・フィルタを含む必要があります。

2022-02-16 02:43:10



<スパン エラー報告を行うことができます に対応する アクティビティに

 android:exported="true"

AndroidManifest.xml。

<activity
    android:name=".XXXActivity"
    android:screenOrientation="portrait"
    android:exported=


"true"です。



    android:windowSoftInputMode="stateAlwaysHidden"/>