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.
Android アプリケーションを開発しています。アプリケーションが他のパッケージ com.example を見つけた場合はランチャー アイコンを非表示にし、それ以外の場合は何もしません。
ありがとう
できるよ
PackageManager p = getPackageManager(); p.setComponentEnabledSetting(getComponentName(), PackageManager.COMPONENT_ENABLED_STATE_DISABLED, PackageManager.DONT_KILL_APP);
次の再起動まで消えません。