commit | f8a5493883047772bc526b662419e9aac7ebf7c7 | [log] [tgz] |
---|---|---|
author | Marvin Ramin <marvinramin@google.com> | Tue Oct 24 17:22:14 2023 +0200 |
committer | Marvin Ramin <marvinramin@google.com> | Wed Oct 25 12:41:57 2023 +0200 |
tree | f7595f628f460f425ac18b200f2ef78aa0baf855 | |
parent | 60e5898b50fd6851b9b4e45cbb7302d94e6d45a5 [diff] |
Only register VirtualDeviceListener when a11y proxies are registered Immediately registering VirtualDeviceListener during the AccessibilityManagerService start can lead to issues as this depends on the timing of VirtualDeviceManagerService starting. Instead, only register VirtualDeviceListener when a a11y proxy is registered. Bug: 302519290 Test: atest ProxyManagerTest AccessibilityDisplayProxyTest Change-Id: I80b5213107107de358adcf5d8193fa438ffe55c0