Catch issues with bad MMSC URIs, add validation

Fixes #2202
// FREEBIE
This commit is contained in:
Jake McGinty
2014-12-16 15:55:41 -08:00
parent 44a4570870
commit e650349bb7
3 changed files with 80 additions and 22 deletions

View File

@@ -502,6 +502,9 @@
<string name="MmsPreferencesFragment__manual_mms_settings_are_required">Manual MMS settings are required for your phone.</string>
<string name="MmsPreferencesFragment__enabled">Enabled</string>
<string name="MmsPreferencesFragment__disabled">Disabled</string>
<string name="MmsPreferencesFragment__not_set">Not set</string>
<string name="MmsPreferencesFragment__invalid_uri">The text entered was not a valid URI</string>
<string name="MmsPreferencesFragment__invalid_host">The text entered was not a valid host</string>
<!-- prompt_passphrase_activity -->
<string name="prompt_passphrase_activity__unlock">Unlock</string>