commit | b9341d187827e7ed8b59aa5e2f98bfb10b88f231 | [log] [tgz] |
---|---|---|
author | Schneider Victor-tulias <victortulias@google.com> | Thu Nov 30 13:05:37 2023 -0500 |
committer | Schneider Victor-tulias <victortulias@google.com> | Thu Nov 30 13:05:37 2023 -0500 |
tree | 8e7eeea5a8c0934e1c9e20e24aab1ca563cd07ce | |
parent | d3f3308d12f92981163c0485ce4c7e9385556471 [diff] |
Fix ANR in TouchInteractionService AccessibilityManager.registerSystemAction is a binder call that should be run on the ui helper thread. It is only used for the taskbar and likely ran slowly ON THE UI thread, causing an ANR. Flag: N/A Fixes: 313923168 Test: ran launcher Change-Id: Icf8d7282df5bffd4aae2f4ec94f997b555c3b8c1