diff options
author | 2015-06-16 18:26:02 -0700 | |
---|---|---|
committer | 2015-06-16 18:26:02 -0700 | |
commit | 764a18cd9290bad4f541371f10b76d339725a1b8 (patch) | |
tree | 234504ae81ca2b2a3c8b3994267de5d56cfdc8a3 /java/res/xml/prefs_screen_correction.xml | |
parent | 94b4ffa17a0c5e0ff489c12c69b55f649fa56f3c (diff) | |
download | latinime-764a18cd9290bad4f541371f10b76d339725a1b8.tar.gz latinime-764a18cd9290bad4f541371f10b76d339725a1b8.tar.xz latinime-764a18cd9290bad4f541371f10b76d339725a1b8.zip |
Revert "Remove "Personal dictionary" link from settings."
This reverts commit 76de0a8f528830d7f6c85f45f63cac0f5aa8517c.
Bug 21881199.
Change-Id: I53f42a1e8f25d214de97264f4d25813bc637cafa
Diffstat (limited to 'java/res/xml/prefs_screen_correction.xml')
-rw-r--r-- | java/res/xml/prefs_screen_correction.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/java/res/xml/prefs_screen_correction.xml b/java/res/xml/prefs_screen_correction.xml index d3f5c2695..a943dc1a3 100644 --- a/java/res/xml/prefs_screen_correction.xml +++ b/java/res/xml/prefs_screen_correction.xml @@ -20,6 +20,11 @@ android:title="@string/settings_screen_correction" android:key="screen_correction"> <PreferenceScreen + android:key="edit_personal_dictionary" + android:title="@string/edit_personal_dictionary"> + <intent android:action="android.settings.USER_DICTIONARY_SETTINGS" /> + </PreferenceScreen> + <PreferenceScreen android:key="configure_dictionaries_key" android:title="@string/configure_dictionaries_title"> <intent |