aboutsummaryrefslogtreecommitdiffstats
path: root/java/res
diff options
context:
space:
mode:
authorChieu Nguyen <cvnguyen@google.com>2015-04-22 14:41:45 -0700
committerChieu Nguyen <cvnguyen@google.com>2015-04-22 15:46:40 -0700
commita2376cd2b4fea6b655fdcdf794cf16b7bbe1a161 (patch)
tree80858f3efd63d7fcbb6d46f5647320ea40ef1264 /java/res
parentfece743fee904e97a8ea89acc6354915c729885f (diff)
downloadlatinime-a2376cd2b4fea6b655fdcdf794cf16b7bbe1a161.tar.gz
latinime-a2376cd2b4fea6b655fdcdf794cf16b7bbe1a161.tar.xz
latinime-a2376cd2b4fea6b655fdcdf794cf16b7bbe1a161.zip
Restore switch for showing app icon.
Bug: 20307420 Change-Id: I95969de40936d2ea992669324d0c4df7e8de2bd9
Diffstat (limited to 'java/res')
-rw-r--r--java/res/values/strings.xml4
-rw-r--r--java/res/xml/prefs_screen_advanced.xml5
2 files changed, 9 insertions, 0 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml
index 28dabf682..a64d4480e 100644
--- a/java/res/values/strings.xml
+++ b/java/res/values/strings.xml
@@ -433,6 +433,10 @@ mobile devices. [CHAR LIMIT=25] -->
<string name="setup_step3_action">Configure additional languages</string>
<!-- The label of the button that finishes the setup wizard. [CHAR_LIMIT=64] -->
<string name="setup_finish_action">Finished</string>
+ <!-- Option to show setup wizard icon. [CHAR LIMIT=30]-->
+ <string name="show_setup_wizard_icon">Show app icon</string>
+ <!-- Description for the option to show setup wizard application icon of this IME in the laucher. [CHAR_LIMIT=65] -->
+ <string name="show_setup_wizard_icon_summary">Display application icon in the launcher</string>
<!-- The dictionary provider application name. Visible in Settings/Applications/Manage applications. -->
<string name="app_name">Dictionary Provider</string>
diff --git a/java/res/xml/prefs_screen_advanced.xml b/java/res/xml/prefs_screen_advanced.xml
index 6038f9947..b27104a2c 100644
--- a/java/res/xml/prefs_screen_advanced.xml
+++ b/java/res/xml/prefs_screen_advanced.xml
@@ -43,6 +43,11 @@
android:summary="@string/prefs_enable_emoji_alt_physical_key_summary"
android:defaultValue="true"
android:persistent="true" />
+ <CheckBoxPreference
+ android:key="pref_show_setup_wizard_icon"
+ android:title="@string/show_setup_wizard_icon"
+ android:summary="@string/show_setup_wizard_icon_summary"
+ android:persistent="true" />
<PreferenceScreen
android:fragment="com.android.inputmethod.latin.settings.DebugSettingsFragment"
android:key="screen_debug"