Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 54f8fe46 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Disabled Accessibility services uid registration for auto" into tm-qpr-dev

parents a2e9ded3 14334fe1
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -10373,6 +10373,11 @@ public class AudioService extends IAudioService.Stub
        @Override
        public void setAccessibilityServiceUids(IntArray uids) {
            // TODO(b/233287010): Fix voice interaction and a11y concurrency in audio policy service
            if (isPlatformAutomotive()) {
                return;
            }
            synchronized (mAccessibilityServiceUidsLock) {
                if (uids.size() == 0) {
                    mAccessibilityServiceUids = null;