Add pref to change MMS user agent

Closes #2363

// FREEBIE
This commit is contained in:
Sam Whited
2015-01-17 22:10:46 -05:00
committed by Moxie Marlinspike
parent c6b3bb9f13
commit dbda758841
6 changed files with 30 additions and 6 deletions

View File

@@ -33,4 +33,10 @@
android:title="@string/preferences__mmsc_password"
android:inputType="textVisiblePassword"/>
</PreferenceScreen>
<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>