Loading services/core/java/com/android/server/DropBoxManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -260,7 +260,7 @@ public final class DropBoxManagerService extends SystemService { if (!DropBoxManagerService.this.mBooted) { intent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY); } getContext().sendBroadcastAsUser(intent, UserHandle.SYSTEM, getContext().sendBroadcastAsUser(intent, UserHandle.ALL, android.Manifest.permission.READ_LOGS); } Loading Loading
services/core/java/com/android/server/DropBoxManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -260,7 +260,7 @@ public final class DropBoxManagerService extends SystemService { if (!DropBoxManagerService.this.mBooted) { intent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY); } getContext().sendBroadcastAsUser(intent, UserHandle.SYSTEM, getContext().sendBroadcastAsUser(intent, UserHandle.ALL, android.Manifest.permission.READ_LOGS); } Loading