summaryrefslogtreecommitdiff
path: root/overlay/packages/apps/Settings/res/values/config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'overlay/packages/apps/Settings/res/values/config.xml')
-rw-r--r--[-rwxr-xr-x]overlay/packages/apps/Settings/res/values/config.xml16
1 files changed, 14 insertions, 2 deletions
diff --git a/overlay/packages/apps/Settings/res/values/config.xml b/overlay/packages/apps/Settings/res/values/config.xml
index 723df12..8f4c946 100755..100644
--- a/overlay/packages/apps/Settings/res/values/config.xml
+++ b/overlay/packages/apps/Settings/res/values/config.xml
@@ -15,6 +15,18 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="additional_system_update">com.samsung.sdm</string>
- <string name="additional_system_update_menu">com.samsung.sdm.ui.SprintUpdateSetting</string>
+
+ <!-- If false, MIN is displayed. If true, MSID is displayed. -->
+ <bool name="config_msid_enable" translatable="false">false</bool>
+
+ <string name="additional_system_update" translatable="false">com.samsung.sdm</string>
+ <string name="additional_system_update_menu" translatable="false">com.samsung.sdm.ui.SprintUpdateSetting</string>
+
+ <!-- TODO: This is purely enforced by the interface, and does not affect what
+ strings may be inserted into the actual content provider.
+ With the addition of shortcuts, it seems more likely that users will
+ find this limiting; it would be good to have the interface work with
+ very long strings too. -->
+ <integer name="maximum_user_dictionary_word_length" translatable="false">48</integer>
+
</resources>