[Step 1] Add preference activities for spell checkers
Bug: 5057977 Change-Id: I8f2f3d480325029c794c058beed2475033a617f9
This commit is contained in:
@@ -45,6 +45,7 @@ public class UserDictionaryList extends SettingsPreferenceFragment {
|
||||
}
|
||||
|
||||
static Set<String> getUserDictionaryLocalesList(Activity activity) {
|
||||
@SuppressWarnings("deprecation")
|
||||
final Cursor cursor = activity.managedQuery(UserDictionary.Words.CONTENT_URI,
|
||||
new String[] { UserDictionary.Words.LOCALE },
|
||||
null, null, null);
|
||||
|
||||
Reference in New Issue
Block a user