Share via


SmsManager.MmsConfigSupportHttpCharsetHeader Field

Definition

Whether the carrier MMSC supports charset field in Content-Type header.

[Android.Runtime.Register("MMS_CONFIG_SUPPORT_HTTP_CHARSET_HEADER", ApiSince=23)]
public const string MmsConfigSupportHttpCharsetHeader;
[<Android.Runtime.Register("MMS_CONFIG_SUPPORT_HTTP_CHARSET_HEADER", ApiSince=23)>]
val mutable MmsConfigSupportHttpCharsetHeader : string

Field Value

Attributes

Remarks

Whether the carrier MMSC supports charset field in Content-Type header. If this is false, then we don't add "charset" to "Content-Type"

Java documentation for android.telephony.SmsManager.MMS_CONFIG_SUPPORT_HTTP_CHARSET_HEADER.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to