Question

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.

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top