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.
You can disable a component via PackageManager#setComponentEnabledSetting()
, which will have the effect of removing it from the Launcher.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With