How to check if Talkback is active in JellyBean
问题 This question asked how to know if Android Talkback is active; that worked until Jelly Bean. Starting from Android 4.1, that steps no longer work, because the mentioned cursor is empty. Having this said, I want to ask is if there is a way to do the same checking in Jelly Bean. EDIT I tried to search for TalkBack code and I found it here. For checking if TalkBack is active, I am using the following code: Intent screenReaderIntent = new Intent("android.accessibilityservice.AccessibilityService"