Android accessibility service backwards compatibility and jelly bean
问题 I've got an app that uses the accessibility service to monitor for events. It's always worked fine in versions of android up to ICS, but with Jelly bean I'm not having much luck. As the documents mention I've added android:permission="android.permission.BIND_ACCESSIBILITY_SERVICE" to my service in the manifest file. This causes the app to work fine using the declarative xml method for the xml. The problem is on backwards compatibility. For versions such as gingerbread I'm now getting the