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

Commit 1561aae3 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by android-build-merger
Browse files

Limit LOCALE_CHANGED broadcast when init'ing. am: d26e1ff2

am: 8c54ee72

Change-Id: I790c21c47c7af00e76f7c816bbfe635d58d852d8
parents 3a68914f 8c54ee72
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19045,7 +19045,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,