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

This commit is contained in:
TreeHugger Robot
2017-03-29 13:26:21 +00:00
committed by Android (Google) Code Review

View File

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