2013-09-16 00:55:01 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
2015-02-16 20:31:44 -08:00
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
2013-09-16 00:55:01 -07:00
|
|
|
|
2015-02-16 20:31:44 -08:00
|
|
|
<org.thoughtcrime.securesms.components.CustomDefaultPreference
|
|
|
|
app:custom_pref_toggle="pref_apn_mmsc_custom_host"
|
|
|
|
android:key="pref_apn_mmsc_host"
|
|
|
|
android:title="@string/preferences__mmsc_url"
|
|
|
|
android:inputType="textUri" />
|
2013-09-16 00:55:01 -07:00
|
|
|
|
2015-02-16 20:31:44 -08:00
|
|
|
<org.thoughtcrime.securesms.components.CustomDefaultPreference
|
|
|
|
app:custom_pref_toggle="pref_apn_mms_custom_proxy"
|
|
|
|
android:key="pref_apn_mms_proxy"
|
|
|
|
android:title="@string/preferences__mms_proxy_host"
|
|
|
|
android:inputType="textUri" />
|
2013-09-16 00:55:01 -07:00
|
|
|
|
2015-02-16 20:31:44 -08:00
|
|
|
<org.thoughtcrime.securesms.components.CustomDefaultPreference
|
|
|
|
app:custom_pref_toggle="pref_apn_mms_custom_proxy_port"
|
|
|
|
android:key="pref_apn_mms_proxy_port"
|
|
|
|
android:title="@string/preferences__mms_proxy_port"
|
|
|
|
android:inputType="number"/>
|
2014-11-25 10:48:09 +02:00
|
|
|
|
2015-02-16 20:31:44 -08:00
|
|
|
<org.thoughtcrime.securesms.components.CustomDefaultPreference
|
|
|
|
app:custom_pref_toggle="pref_apn_mmsc_custom_username"
|
|
|
|
android:key="pref_apn_mmsc_username"
|
|
|
|
android:title="@string/preferences__mmsc_username"
|
|
|
|
android:inputType="textNoSuggestions"/>
|
|
|
|
|
|
|
|
<org.thoughtcrime.securesms.components.CustomDefaultPreference
|
|
|
|
app:custom_pref_toggle="pref_apn_mmsc_custom_password"
|
|
|
|
android:key="pref_apn_mmsc_password"
|
|
|
|
android:title="@string/preferences__mmsc_password"
|
|
|
|
android:inputType="textVisiblePassword"/>
|
2014-11-25 10:48:09 +02:00
|
|
|
|
2015-01-17 22:10:46 -05:00
|
|
|
<org.thoughtcrime.securesms.components.CustomDefaultPreference
|
|
|
|
app:custom_pref_toggle="pref_custom_mms_user_agent"
|
|
|
|
android:key="pref_mms_user_agent"
|
|
|
|
android:title="@string/preferences__mms_user_agent"
|
|
|
|
android:inputType="textNoSuggestions"/>
|
|
|
|
|
|
|
|
</PreferenceScreen>
|