18
score
7.7K
views
yes
status
CC BY-SA 3.0
How to check if an Activity is enabled?
If COMPONENT_ENABLED_STATE_DEFAULT is returned, how do I know if it's default as enabled or disabled? You will need to load all the components using PackageManager and check the enabled state for the matching...