Loading tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/BridgeContext.java +4 −0 Original line number Diff line number Diff line Loading @@ -648,6 +648,10 @@ public class BridgeContext extends Context { return null; } if (AUDIO_SERVICE.equals(service)) { return null; } throw new UnsupportedOperationException("Unsupported Service: " + service); } Loading Loading
tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/BridgeContext.java +4 −0 Original line number Diff line number Diff line Loading @@ -648,6 +648,10 @@ public class BridgeContext extends Context { return null; } if (AUDIO_SERVICE.equals(service)) { return null; } throw new UnsupportedOperationException("Unsupported Service: " + service); } Loading