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

Commit 8eaeaf6c authored by Seigo Nonaka's avatar Seigo Nonaka Committed by android-build-merger
Browse files

Merge "Fix incorrect boot time locale." into nyc-dev

am: b026b6a4

* commit 'b026b6a4':
  Fix incorrect boot time locale.

Change-Id: I07486e2b553b2c0985b5d3df1ff3557d0696e38f
parents e66546c2 b026b6a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1010,7 +1010,7 @@ class MountService extends IMountService.Stub
        Configuration config = new Configuration();
        config.setLocale(locale);
        try {
            ActivityManagerNative.getDefault().updateConfiguration(config);
            ActivityManagerNative.getDefault().updatePersistentConfiguration(config);
        } catch (RemoteException e) {
            Slog.e(TAG, "Error setting system locale from mount service", e);
        }