SmsManager.CarrierConfigValues Property

Definition

Get carrier-dependent MMS configuration values.

public Android.OS.Bundle CarrierConfigValues { [Android.Runtime.Register("getCarrierConfigValues", "()Landroid/os/Bundle;", "")] get; }
[<get: Android.Runtime.Register("getCarrierConfigValues", "()Landroid/os/Bundle;", "")>]
member this.CarrierConfigValues : Android.OS.Bundle

Property Value

the bundle key/values pairs that contains MMS configuration values or an empty Bundle if they cannot be found.

Attributes

Remarks

Get carrier-dependent MMS configuration values.

<p class="note"><strong>Note:</strong> This method is intended for internal use by carrier applications or the Telephony framework and will never trigger an SMS disambiguation dialog. If this method is called on a device that has multiple active subscriptions, this SmsManager instance has been created with #getDefault(), and no user-defined default subscription is defined, the subscription ID associated with this message will be INVALID, which will result in the operation being completed on the subscription associated with logical slot 0. Use #getSmsManagerForSubscriptionId(int) to ensure the operation is performed on the correct subscription. </p>

Java documentation for android.telephony.SmsManager.getCarrierConfigValues().

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