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

Commit c48c3139 authored by Justin Harrison's avatar Justin Harrison
Browse files

Revert "During early boot, send LOCALE_CHANGED only to registered receivers"

This reverts commit afd883f8.

Change-Id: Ia4fadbbc7e531d13cd9e9019f0cdb30cc090cb7a
parent afd883f8
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -16750,9 +16750,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);