Remove application from launcher programmatically in Android
You can disable a component via PackageManager#setComponentEnabledSetting()
, which will have the effect of removing it from the Launcher.
You can disable a component via PackageManager#setComponentEnabledSetting()
, which will have the effect of removing it from the Launcher.