Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9445df6f authored by Justin Harrison's avatar Justin Harrison Committed by Android Git Automerger
Browse files

am 95be178d: am c4d7c826: am f8c2ffef: am c8fd50b1: am 29b98884: Merge "Revert...

am 95be178d: am c4d7c826: am f8c2ffef: am c8fd50b1: am 29b98884: Merge "Revert "During early boot, send LOCALE_CHANGED only to registered receivers"" into lmp-mr1-dev

* commit '95be178d':
  Revert "During early boot, send LOCALE_CHANGED only to registered receivers"
parents 3a2a3104 95be178d
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -17175,9 +17175,6 @@ public final class ActivityManagerService extends ActivityManagerNative
                if ((changes&ActivityInfo.CONFIG_LOCALE) != 0) {
                    intent = new Intent(Intent.ACTION_LOCALE_CHANGED);
                    intent.addFlags(Intent.FLAG_RECEIVER_FOREGROUND);
                    if (!mProcessesReady) {
                        intent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY);
                    }
                    broadcastIntentLocked(null, null, intent,
                            null, null, 0, null, null, null, AppOpsManager.OP_NONE,
                            false, false, MY_PID, Process.SYSTEM_UID, UserHandle.USER_ALL);