I've setup a new accessibility service with the BIND permission:
<service
android:label="Tasker - JB"
android:name=".MyAccessibilityService"
android:enabled="@bool/is_jellybean_or_higher"
android:permission="android.permission.BIND_ACCESSIBILITY_SERVICE"
>
<intent-filter>
<action
android:name="android.accessibilityservice.AccessibilityService" />
</intent-filter>
</service>
I can see that this service is being used since the name in Android
accessibility settings is correct.
However, I'm still getting the problem described here:
http://code.google.com/p/android/issues/detail?id=33934
Don't see any security exceptions in the log. Are others still getting
this 'must turn accessibility off and on after a reboot' problem with
the BIND permission specified ?
Pent
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en