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

Commit 31f7d6f5 authored by Diego Perez's avatar Diego Perez
Browse files

Add audio service support to BridgeContext

Bug: http://b.android.com/259326
Test: N/A
Change-Id: Ie43ccca49a5e77d82426b4f265e3c05dddfacad9
parent 76c32a35
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);
    }