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

Commit 37a04e17 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Disabled Accessibility services uid registration for auto" into...

Merge "Disabled Accessibility services uid registration for auto" into tm-qpr-dev am: 54f8fe46 am: cea8005f

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/19305286



Change-Id: I4a14c65fffa1a3a468635cdab383e62f01714d50
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents ae27c955 cea8005f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -10377,6 +10377,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;