Loading services/core/java/com/android/server/am/PreBootBroadcaster.java +5 −3 Original line number Diff line number Diff line Loading @@ -107,10 +107,12 @@ public abstract class PreBootBroadcaster extends IIntentReceiver.Stub { EventLogTags.writeAmPreBoot(mUserId, componentName.getPackageName()); mIntent.setComponent(componentName); synchronized (mService) { mService.broadcastIntentLocked(null, null, mIntent, null, this, 0, null, null, null, AppOpsManager.OP_NONE, null, true, false, ActivityManagerService.MY_PID, Process.SYSTEM_UID, Binder.getCallingUid(), Binder.getCallingPid(), mUserId); } } @Override public void performReceive(Intent intent, int resultCode, String data, Bundle extras, Loading Loading
services/core/java/com/android/server/am/PreBootBroadcaster.java +5 −3 Original line number Diff line number Diff line Loading @@ -107,10 +107,12 @@ public abstract class PreBootBroadcaster extends IIntentReceiver.Stub { EventLogTags.writeAmPreBoot(mUserId, componentName.getPackageName()); mIntent.setComponent(componentName); synchronized (mService) { mService.broadcastIntentLocked(null, null, mIntent, null, this, 0, null, null, null, AppOpsManager.OP_NONE, null, true, false, ActivityManagerService.MY_PID, Process.SYSTEM_UID, Binder.getCallingUid(), Binder.getCallingPid(), mUserId); } } @Override public void performReceive(Intent intent, int resultCode, String data, Bundle extras, Loading