diff options
author | 2010-08-30 01:20:22 -0700 | |
---|---|---|
committer | 2010-08-30 01:20:22 -0700 | |
commit | e975c196c5638ac7f5a61e45100a6eba49900412 (patch) | |
tree | d7690289f11db3cf0236388a53fe79b70494b42c /java/res | |
parent | 65333e712b638cea6b990944ff255c7b834975c4 (diff) | |
parent | 5d55cf6dfc64ff54766aadda8897532bec9abf45 (diff) | |
download | latinime-e975c196c5638ac7f5a61e45100a6eba49900412.tar.gz latinime-e975c196c5638ac7f5a61e45100a6eba49900412.tar.xz latinime-e975c196c5638ac7f5a61e45100a6eba49900412.zip |
am 5d55cf6d: Remove Log functions from Gingerbread
Merge commit '5d55cf6dfc64ff54766aadda8897532bec9abf45' into gingerbread-plus-aosp
* commit '5d55cf6dfc64ff54766aadda8897532bec9abf45':
Remove Log functions from Gingerbread
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> |