Loading services/core/java/com/android/server/webkit/WebViewUpdateService.java +6 −1 Original line number Diff line number Diff line Loading @@ -242,7 +242,12 @@ public class WebViewUpdateService extends SystemService { throw new SecurityException(msg); } long callingId = Binder.clearCallingIdentity(); try { WebViewUpdateService.this.mImpl.enableFallbackLogic(enable); } finally { Binder.restoreCallingIdentity(callingId); } } } } Loading
services/core/java/com/android/server/webkit/WebViewUpdateService.java +6 −1 Original line number Diff line number Diff line Loading @@ -242,7 +242,12 @@ public class WebViewUpdateService extends SystemService { throw new SecurityException(msg); } long callingId = Binder.clearCallingIdentity(); try { WebViewUpdateService.this.mImpl.enableFallbackLogic(enable); } finally { Binder.restoreCallingIdentity(callingId); } } } }