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

Commit 9c71fc97 authored by Android (Google) Code Review's avatar Android (Google) Code Review Committed by The Android Open Source Project
Browse files

am a7251991: Merge change 5288 into donut

Merge commit 'a7251991'

* commit 'a7251991':
  Invoke getSystem.updateConfiguration when binding an application to
parents e0ef37b8 a7251991
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -3697,6 +3697,13 @@ public final class ActivityThread {
         */
        Locale.setDefault(data.config.locale);

        /*
         * Update the system configuration since its preloaded and might not
         * reflect configuration changes. The configuration object passed
         * in AppBindData can be safely assumed to be up to date
         */
        Resources.getSystem().updateConfiguration(mConfiguration, null);

        data.info = getPackageInfoNoCheck(data.appInfo);

        if (data.debugMode != IApplicationThread.DEBUG_OFF) {