Compatibility support for new accessibility APIs in View.
1. For accessibility purposes it is important to be able to associate
a view with content with a view that labels it. For example, if
an accessibility service knows that a TextView is associated with
an EditText, it can provide much richer feedback.
This change adds compatibilityt support for the APIs for setting
a view to be the label for another one and setting the label for
a view, i.e. the reverse association.
bug:5016937
Change-Id: I54ea51f6e6ff46447c8f4d64383cb88f62d99812
3 files changed