summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorAdnan Begovic <adnan@cyngn.com>2016-04-18 16:09:13 -0700
committerAdnan Begovic <adnan@cyngn.com>2016-04-18 16:23:34 -0700
commit1fd9824a6771ff8542a63aa5be3f0c6415371904 (patch)
treed5da44890c091c63985512d24cac9b14e15e086d /res/xml
parent97897a54a25be99dc70dfa7a11e7f0b1869af2e6 (diff)
downloadpackages_apps_Messaging-1fd9824a6771ff8542a63aa5be3f0c6415371904.tar.gz
packages_apps_Messaging-1fd9824a6771ff8542a63aa5be3f0c6415371904.tar.bz2
packages_apps_Messaging-1fd9824a6771ff8542a63aa5be3f0c6415371904.zip
Messaging: Fix mms expiry preferences.
MmsUtils utilizes BuglePrefs#getSubscriptionPrefs to retrieve shared preferences specific to a subscription id (this is visible in the FactoryImpl of Messaging). Thus, its entirely wrong to have multiple options, per slot, per subscription id. TICKET: CYNGNOS-2520 Change-Id: I33e49160ed64ebf38f55022bc1f5293704815399
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/preferences_per_subscription.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/res/xml/preferences_per_subscription.xml b/res/xml/preferences_per_subscription.xml
index 63c6ee7..ee377b2 100644
--- a/res/xml/preferences_per_subscription.xml
+++ b/res/xml/preferences_per_subscription.xml
@@ -62,22 +62,6 @@
android:entryValues="@array/save_time_values"
android:defaultValue="0" />
- <ListPreference android:key="@string/expiry_slot1_mms_pref_key"
- android:title="@string/validity_period_slot1_pref_title"
- android:dialogTitle="@string/validity_period_pref_title"
- android:summary="%s"
- android:entries="@array/save_time"
- android:entryValues="@array/save_time_values"
- android:defaultValue="0" />
-
- <ListPreference android:key="@string/expiry_slot2_mms_pref_key"
- android:title="@string/validity_period_slot2_pref_title"
- android:dialogTitle="@string/validity_period_pref_title"
- android:summary="%s"
- android:entries="@array/save_time"
- android:entryValues="@array/save_time_values"
- android:defaultValue="0" />
-
<ListPreference android:key="@string/priority_mms_pref_key"
android:title="@string/priority_pref_title"
android:dialogTitle="@string/priority_pref_title"