summaryrefslogtreecommitdiffstats
path: root/res/xml-v21
diff options
context:
space:
mode:
authorharibabu.allu <haribabu.allu@sasken.com>2016-03-23 17:02:08 +0530
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-04-05 21:30:21 -0700
commit56aafc2c7e7e7c20b3a9dbd81b6f38876b4b834a (patch)
tree4e9065799bee921e96b747bcae6c1eaf7cf65ae9 /res/xml-v21
parent8831d2c7c2d8da932f20f55ae079b20209999940 (diff)
downloadpackages_apps_Messaging-56aafc2c7e7e7c20b3a9dbd81b6f38876b4b834a.tar.gz
packages_apps_Messaging-56aafc2c7e7e7c20b3a9dbd81b6f38876b4b834a.tar.bz2
packages_apps_Messaging-56aafc2c7e7e7c20b3a9dbd81b6f38876b4b834a.zip
Added new feature SMS Validity Period
New preference field Validity Period is added in Messaging settings ported from CyanogenMod 12.0 Messaging application to CyanogenMod 13.0 Bug: PAELLA-51 Change-Id: Ia53fdf36fbc18606ce512055445b68f580a312e2
Diffstat (limited to 'res/xml-v21')
-rw-r--r--res/xml-v21/preferences_application.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/res/xml-v21/preferences_application.xml b/res/xml-v21/preferences_application.xml
index 5564918..0b07321 100644
--- a/res/xml-v21/preferences_application.xml
+++ b/res/xml-v21/preferences_application.xml
@@ -75,6 +75,37 @@
android:entries="@array/pref_unicode_stripping_entries"
android:entryValues="@array/pref_unicode_stripping_values" />
+ <ListPreference
+ android:key="pref_key_sms_validity_period"
+ android:dialogTitle="@string/pref_title_validity_period"
+ android:persistent="true"
+ android:defaultValue="@string/def_sms_validity_period_value"
+ android:summary="%s"
+ android:entries="@array/entries_sms_validity_period"
+ android:entryValues="@array/entries_sms_validity_period_value"
+ android:title="@string/pref_title_validity_period" />
+
+ <ListPreference
+ android:key="pref_key_sms_validity_period_slot1"
+ android:dialogTitle="@string/pref_title_validity_period"
+ android:persistent="true"
+ android:defaultValue="@string/def_sms_validity_period_value"
+ android:summary="%s"
+ android:entries="@array/entries_sms_validity_period"
+ android:entryValues="@array/entries_sms_validity_period_value"
+ android:title="@string/pref_title_validity_period_slot1" />
+
+ <ListPreference
+ android:key="pref_key_sms_validity_period_slot2"
+ android:dialogTitle="@string/pref_title_validity_period"
+ android:persistent="true"
+ android:defaultValue="@string/def_sms_validity_period_value"
+ android:summary="%s"
+ android:entries="@array/entries_sms_validity_period"
+ android:entryValues="@array/entries_sms_validity_period_value"
+ android:title="@string/pref_title_validity_period_slot2" />
+
+
<SwitchPreference
android:key="pref_show_emoticons"
android:title="@string/show_emoticons_pref_title"