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

Commit 2adff0ec authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Limit LOCALE_CHANGED broadcast when init'ing." into nyc-mr1-dev

parents bad55aca d26e1ff2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19040,7 +19040,7 @@ 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) {
	            if (initLocale || !mProcessesReady) {
                        intent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY);
                    }
                    broadcastIntentLocked(null, null, intent,