Remove MMS delivery report setting

No good reason to have this cluttering up the menu when it is disabled
and not implemented.
This commit is contained in:
Lilia Markham 2013-03-27 20:00:54 -07:00
parent 5cd044a6cc
commit eae499052b

View file

@ -19,12 +19,6 @@
android:key="pref_delivery_report_sms"
android:summary="@string/preferences__request_a_delivery_report_for_each_sms_message_you_send"
android:title="@string/preferences__sms_delivery_reports" />
<CheckBoxPreference android:defaultValue="false"
android:key="pref_delivery_report_mms"
android:summary="@string/preferences__request_a_delivery_report_for_each_mms_message_you_send"
android:enabled="false"
android:title="@string/preferences__mms_delivery_reports" />
</PreferenceCategory>
<PreferenceCategory android:title="@string/preferences__storage">