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

am: 92b3242827

Change-Id: If398e8b30b96e5e9ba815076638c1d96878ee60d
This commit is contained in:
Diego Perez
2017-03-29 13:31:15 +00:00
committed by android-build-merger

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);
}