Merge "Fix incorrect boot time locale." into nyc-dev
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user