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

Commit d3549d5c 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

am: c9529765

Change-Id: Ic9359116c9746565fdecf8b542b22647ea1044b8
parents 94f8d440 c9529765
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -644,6 +644,10 @@ public class BridgeContext extends Context {
            return null;
        }

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

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