Remove application from launcher programmatically

2019-01-17 17:04发布

问题:

Is there a way of removing an activity from the home launcher at runtime? I mean removing Intent.CATEGORY_LAUNCHER from its properties or something similar.

回答1:

You can disable a component via PackageManager#setComponentEnabledSetting(), which will have the effect of removing it from the Launcher.