Accessibility service disabled upon each debug run
This might go some way to explain and mitigate your problem (but not what causes your Force stop). After Android 3.1 ” the system sets FLAG_EXCLUDE_STOPPED_PACKAGES on all broadcast intents.” So after 3.1 , all apps are stopped on boot. Why ?. For security reasons. There are RULES to turn the flag off FLAG_EXCLUDE_STOPPED_PACKAGES. (1) … Read more