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

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

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

parents ec319aba 31f7d6f5
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);
    }