Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次の質問があります。ユーザーのメニューにアプリケーションのアイコンが表示されないようにする必要があります。インストールされているプログラムのリストにのみ表示されます。出来ますか?
あなたのAndroidManifest.xml
AndroidManifest.xml
次の行を削除します (ランチャーにアプリを表示するように Android に指示します)。
<category android:name="android.intent.category.LAUNCHER" />