am 2df13452: Merge "Insert into user dict with the correct locale" into ics-mr1
* commit '2df13452e05745a3da624c34018da983173c32c4': Insert into user dict with the correct locale
This commit is contained in:
@@ -9925,6 +9925,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
|
||||
if (suggestionInfo.suggestionIndex == ADD_TO_DICTIONARY) {
|
||||
Intent intent = new Intent(Settings.ACTION_USER_DICTIONARY_INSERT);
|
||||
intent.putExtra("word", originalText);
|
||||
intent.putExtra("locale", getTextServicesLocale().toString());
|
||||
intent.setFlags(intent.getFlags() | Intent.FLAG_ACTIVITY_NEW_TASK);
|
||||
getContext().startActivity(intent);
|
||||
// There is no way to know if the word was indeed added. Re-check.
|
||||
|
||||
Reference in New Issue
Block a user