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

Commit c9529765 authored by Diego Perez's avatar Diego Perez Committed by android-build-merger
Browse files

Merge "Add audio service support to BridgeContext" into oc-dev

am: 92b32428

Change-Id: If398e8b30b96e5e9ba815076638c1d96878ee60d
parents 98f50894 92b32428
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -648,6 +648,10 @@ public class BridgeContext extends Context {
            return null;
        }

        if (AUDIO_SERVICE.equals(service)) {
            return null;
        }

        throw new UnsupportedOperationException("Unsupported Service: " + service);
    }