Loading services/java/com/android/server/am/ActivityManagerService.java +5 −1 Original line number Diff line number Diff line Loading @@ -11815,8 +11815,12 @@ public final class ActivityManagerService extends ActivityManagerNative "Receiver requested to register for user " + userId + " was previously registered for user " + rl.userId); } boolean isSystem = callerApp != null ? (callerApp.info.flags & ApplicationInfo.FLAG_SYSTEM) != 0 : false; BroadcastFilter bf = new BroadcastFilter(filter, rl, callerPackage, permission, callingUid, userId, (callerApp.info.flags & ApplicationInfo.FLAG_SYSTEM) != 0); permission, callingUid, userId, isSystem); rl.add(bf); if (!bf.debugCheck()) { Slog.w(TAG, "==> For Dynamic broadast"); Loading Loading
services/java/com/android/server/am/ActivityManagerService.java +5 −1 Original line number Diff line number Diff line Loading @@ -11815,8 +11815,12 @@ public final class ActivityManagerService extends ActivityManagerNative "Receiver requested to register for user " + userId + " was previously registered for user " + rl.userId); } boolean isSystem = callerApp != null ? (callerApp.info.flags & ApplicationInfo.FLAG_SYSTEM) != 0 : false; BroadcastFilter bf = new BroadcastFilter(filter, rl, callerPackage, permission, callingUid, userId, (callerApp.info.flags & ApplicationInfo.FLAG_SYSTEM) != 0); permission, callingUid, userId, isSystem); rl.add(bf); if (!bf.debugCheck()) { Slog.w(TAG, "==> For Dynamic broadast"); Loading