diff options
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/values/strings.xml | 6 | ||||
-rw-r--r-- | java/res/xml/prefs.xml | 6 |
2 files changed, 2 insertions, 10 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml index c72cba7e6..ef5127e9d 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -332,9 +332,9 @@ <!-- Inform the user that a particular language has an available dictionary --> <string name="has_dictionary">Dictionary available</string> - <!-- Option to send logs --> + <!-- Preferences item for enabling to send user statistics to Google. --> <string name="prefs_enable_log">Enable user feedback</string> - <!-- Description for sending logs --> + <!-- Description for enabling to send user statistics to Google. --> <string name="prefs_description_log">Help improve this input method editor by automatically sending usage statistics and crash reports to Google.</string> <string name="keyboard_layout">Keyboard Theme</string> @@ -357,8 +357,6 @@ <item>3</item> </string-array> - <string name="prefs_debug_mode">Debug (Temporary)</string> - <string name="subtype_mode_keyboard">keyboard</string> <string name="subtype_mode_voice">voice</string> </resources> diff --git a/java/res/xml/prefs.xml b/java/res/xml/prefs.xml index c48b80a5d..c4ffeefce 100644 --- a/java/res/xml/prefs.xml +++ b/java/res/xml/prefs.xml @@ -107,10 +107,4 @@ /> </PreferenceCategory> -<CheckBoxPreference - android:key="debug_mode" - android:title="@string/prefs_debug_mode" - android:persistent="true" - android:defaultValue="false" - /> </PreferenceScreen> |