Replacing accessibility service permissions with capability attributes.
Accessibility services can perform special operations such as retrieve
the screen content, enable explore by touch, etc. To ensure the user
is aware that the service will perform special operations we were using
permissions. However, the special operations cannot be performed unless
the service is really enabled by the user and it is at this point that
we want to notify the user about the service capabilities.
This change update the support library since the main change contained
some API changes.
Main change:https://googleplex-android-review.googlesource.com/#/c/298110
bug:8633951
Change-Id: I47344ef2ae9e8227d11cf1705f53b64e25fab65c
2 files changed