Implement multiple locales and sublocales in Settings

Does drag-and-drop reordering, supports adding / removing locales,
suggestions, search, removes locales already selected in the
user preferences.

Bug: 25800339
Change-Id: Iffe7b9810c77ec93a84d848ab20b2ba405249676
This commit is contained in:
Mihai Nita
2016-01-12 08:55:05 -08:00
parent ae7e15b730
commit d7d48fda53
14 changed files with 747 additions and 142 deletions

View File

@@ -37,6 +37,7 @@ public abstract class InstrumentedFragment extends PreferenceFragment {
public static final int DATA_USAGE_LIST = UNDECLARED + 7;
public static final int BILLING_CYCLE = UNDECLARED + 8;
public static final int APP_DATA_USAGE = UNDECLARED + 9;
public static final int USER_LOCALE_LIST = UNDECLARED + 10;
/**
* Declare the view of this category.