mirror of
https://github.com/oxen-io/session-android.git
synced 2023-12-14 02:53:01 +01:00
6e85677c52
// FREEBIE Fixes #2254 Fixes #2240 Fixes #2160 Closes #2263
35 lines
No EOL
1.9 KiB
XML
35 lines
No EOL
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<CheckBoxPreference android:defaultValue="true"
|
|
android:key="pref_all_sms"
|
|
android:summary="@string/preferences__use_textsecure_for_viewing_and_storing_all_incoming_text_messages"
|
|
android:title="@string/preferences__pref_all_sms_title" />
|
|
|
|
<CheckBoxPreference android:defaultValue="true"
|
|
android:key="pref_all_mms"
|
|
android:summary="@string/preferences__use_textsecure_for_viewing_and_storing_all_incoming_multimedia_messages"
|
|
android:title="@string/preferences__pref_all_mms_title" />
|
|
|
|
<Preference android:key="pref_set_default"
|
|
android:title="@string/preferences__make_default_sms_app"
|
|
android:summary="@string/preferences__make_textsecure_the_default_sms_mms_app" />
|
|
|
|
<org.thoughtcrime.securesms.components.OutgoingSmsPreference
|
|
android:key="pref_outgoing_sms"
|
|
android:title="@string/preferences__sms_fallback" />
|
|
|
|
<CheckBoxPreference android:defaultValue="false"
|
|
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_wifi_sms"
|
|
android:title="@string/preferences__support_wifi_calling"
|
|
android:summary="@string/preferences__enable_if_your_device_supports_sms_mms_delivery_over_wifi"/>
|
|
|
|
<Preference android:key="pref_mms_preferences"
|
|
android:title="@string/preferences__advanced_mms_access_point_names"/>
|
|
|
|
</PreferenceScreen> |