Loading services/contentcapture/java/com/android/server/contentcapture/ContentCaptureManagerService.java +13 −9 Original line number Diff line number Diff line Loading @@ -1297,7 +1297,10 @@ public class ContentCaptureManagerService extends @Override public void onLoginDetected(@NonNull ParceledListSlice<ContentCaptureEvent> events) { RemoteContentProtectionService service = createRemoteContentProtectionService(); Binder.withCleanCallingIdentity( () -> { RemoteContentProtectionService service = createRemoteContentProtectionService(); if (service == null) { return; } Loading @@ -1306,6 +1309,7 @@ public class ContentCaptureManagerService extends } catch (Exception ex) { Slog.e(TAG, "Failed to call remote service", ex); } }); } } Loading Loading
services/contentcapture/java/com/android/server/contentcapture/ContentCaptureManagerService.java +13 −9 Original line number Diff line number Diff line Loading @@ -1297,7 +1297,10 @@ public class ContentCaptureManagerService extends @Override public void onLoginDetected(@NonNull ParceledListSlice<ContentCaptureEvent> events) { RemoteContentProtectionService service = createRemoteContentProtectionService(); Binder.withCleanCallingIdentity( () -> { RemoteContentProtectionService service = createRemoteContentProtectionService(); if (service == null) { return; } Loading @@ -1306,6 +1309,7 @@ public class ContentCaptureManagerService extends } catch (Exception ex) { Slog.e(TAG, "Failed to call remote service", ex); } }); } } Loading