Merge "Add audio service support to BridgeContext" into oc-dev am: 92b3242827

am: c95297654f

Change-Id: Ic9359116c9746565fdecf8b542b22647ea1044b8
This commit is contained in:
Diego Perez
2017-03-29 13:35:49 +00:00
committed by android-build-merger

View File

@@ -644,6 +644,10 @@ public class BridgeContext extends Context {
return null;
}
if (AUDIO_SERVICE.equals(service)) {
return null;
}
throw new UnsupportedOperationException("Unsupported Service: " + service);
}