We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cd044a commit eae4990Copy full SHA for eae4990
1 file changed
res/xml/preferences.xml
@@ -19,12 +19,6 @@
19
android:key="pref_delivery_report_sms"
20
android:summary="@string/preferences__request_a_delivery_report_for_each_sms_message_you_send"
21
android:title="@string/preferences__sms_delivery_reports" />
22
-
23
- <CheckBoxPreference android:defaultValue="false"
24
- android:key="pref_delivery_report_mms"
25
- android:summary="@string/preferences__request_a_delivery_report_for_each_mms_message_you_send"
26
- android:enabled="false"
27
- android:title="@string/preferences__mms_delivery_reports" />
28
</PreferenceCategory>
29
30
<PreferenceCategory android:title="@string/preferences__storage">
0 commit comments