Loading core/res/res/values/config.xml +7 −2 Original line number Diff line number Diff line Loading @@ -2659,10 +2659,15 @@ If false, Content-disposition fragments are ignored --> <bool name="config_mms_content_disposition_support">true</bool> <!-- MMS user agent string --> <!-- MMS user agent string, for example OemNameDeviceName If the string contains a '%s' format string then that substring will be replaced with the value of Build.MODEL , ie <string name="config_mms_user_agent">OemName%s</string> --> <string name="config_mms_user_agent" translatable="false"></string> <!-- MMS user agent prolfile url --> <!-- MMS user agent prolfile url, for example https://uaprof.oem_name.com/DeviceName.xml if the string contains a '%s' format string then that substring will be replaced with the value of Build.MODEL , ie https://uaprof.oem_name.com/%s.xml --> <string name="config_mms_user_agent_profile_url" translatable="false"></string> <!-- The default list of possible CMF Names|Style|ColorSource. This array can be Loading Loading
core/res/res/values/config.xml +7 −2 Original line number Diff line number Diff line Loading @@ -2659,10 +2659,15 @@ If false, Content-disposition fragments are ignored --> <bool name="config_mms_content_disposition_support">true</bool> <!-- MMS user agent string --> <!-- MMS user agent string, for example OemNameDeviceName If the string contains a '%s' format string then that substring will be replaced with the value of Build.MODEL , ie <string name="config_mms_user_agent">OemName%s</string> --> <string name="config_mms_user_agent" translatable="false"></string> <!-- MMS user agent prolfile url --> <!-- MMS user agent prolfile url, for example https://uaprof.oem_name.com/DeviceName.xml if the string contains a '%s' format string then that substring will be replaced with the value of Build.MODEL , ie https://uaprof.oem_name.com/%s.xml --> <string name="config_mms_user_agent_profile_url" translatable="false"></string> <!-- The default list of possible CMF Names|Style|ColorSource. This array can be Loading