Merge "Add audio service support to BridgeContext" into oc-dev am: 92b3242827
am: c95297654f
Change-Id: Ic9359116c9746565fdecf8b542b22647ea1044b8
This commit is contained in:
@@ -644,6 +644,10 @@ public class BridgeContext extends Context {
|
||||
return null;
|
||||
}
|
||||
|
||||
if (AUDIO_SERVICE.equals(service)) {
|
||||
return null;
|
||||
}
|
||||
|
||||
throw new UnsupportedOperationException("Unsupported Service: " + service);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user