commit | 5fd804dcd4d7bc5cf5679d7e3b4ad54487d4e298 | [log] [tgz] |
---|---|---|
author | Ivan Chiang <chiangi@google.com> | Wed Jan 16 15:37:39 2019 +0800 |
committer | Ivan Chiang <chiangi@google.com> | Thu Jan 17 13:16:34 2019 +0800 |
tree | e1f53a4a6babf5fe161cecf57a7e48b12c1cc8d4 | |
parent | 99ade1fb3dfbe2e54e7432493d82606b342b7f41 [diff] |
Fix A11y click fail issue when the item is clickable Use DocumentHolder.getItemDetails to check whether add ACTION_CLICK in onInitializeAccessibilityNodeInfo method. Test: Enable A11y, click items. Test: atest DocumentsUITests Change-Id: I6e86d54997d7f295c9b7b38c5669ae544d5b0e4a Fix: 122017895