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

Commit 0eeb3bb8 authored by Justin Harrison's avatar Justin Harrison Committed by Android Git Automerger
Browse files

am 33aa55b1: am 127d0b80: Merge "Revert "Revert "During early boot, send...

am 33aa55b1: am 127d0b80: Merge "Revert "Revert "During early boot, send LOCALE_CHANGED only to registered receivers""" into lmp-mr1-dev

* commit '33aa55b1':
  Revert "Revert "During early boot, send LOCALE_CHANGED only to registered receivers""
parents f8c2ffef 33aa55b1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -16757,6 +16757,9 @@ 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);