Advertisement
playfulgod

hidden_mms_edit_profile.xml

Oct 3rd, 2012
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <PreferenceScreen
  3. xmlns:android="http://schemas.android.com/apk/res/android">
  4. <EditTextPreference android:title="@string/strSrvMMSURL" android:key="pref_key_mmsc_url" android:summary="@string/strSrvMMSURL" android:defaultValue="http://mms.metropcs.net:3128/mmsc" />
  5. <EditTextPreference android:title="@string/strSrvMMSPort" android:key="pref_key_port" android:summary="@string/strSrvMMSPort" android:defaultValue="80" />
  6. <EditTextPreference android:title="@string/strSrvMMSAgent" android:key="pref_key_user_agent" android:summary="@string/strSrvMMSAgent" android:defaultValue="LG-MS910" />
  7. <EditTextPreference android:title="@string/strSrvMMSProfile" android:key="pref_key_ua_profile" android:summary="@string/strSrvMMSProfile" android:defaultValue="http://uaprof.metropcs.net/UAProf/LG-MS910.xml" />
  8. </PreferenceScreen>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement