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