Merge "Add audio service support to BridgeContext" into oc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
92b3242827
@@ -648,6 +648,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