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.
実行時にホームランチャーからアクティビティを削除する方法はありますか? Intent.CATEGORY_LAUNCHER私は、そのプロパティまたは同様のものから削除することを意味します。
Intent.CATEGORY_LAUNCHER
を介してコンポーネントを無効にすることができますPackageManager#setComponentEnabledSetting()。これにより、ランチャーからコンポーネントが削除されます。
PackageManager#setComponentEnabledSetting()