Use system locale list.
Context's assets may be different from system's. We should prefer system's to reflect PRODUCT_LOCALE. Bug: 4104675 Change-Id: I968c3baf6bfeb945f1b71ec709d5088332482319
This commit is contained in:
@@ -88,7 +88,7 @@ public class LocalePicker extends ListFragment {
|
||||
public static ArrayAdapter<LocaleInfo> constructAdapter(Context context,
|
||||
int layoutId, int fieldId) {
|
||||
final Resources resources = context.getResources();
|
||||
final String[] locales = context.getAssets().getLocales();
|
||||
final String[] locales = Resources.getSystem().getAssets().getLocales();
|
||||
final String[] specialLocaleCodes = resources.getStringArray(R.array.special_locale_codes);
|
||||
final String[] specialLocaleNames = resources.getStringArray(R.array.special_locale_names);
|
||||
Arrays.sort(locales);
|
||||
|
||||
Reference in New Issue
Block a user