CarrierConfigManager.KeySubscriptionGroupUuidString Field

Definition

The UUID of a Group of related subscriptions in which to place the current subscription.

[Android.Runtime.Register("KEY_SUBSCRIPTION_GROUP_UUID_STRING", ApiSince=33)]
public const string KeySubscriptionGroupUuidString;
[<Android.Runtime.Register("KEY_SUBSCRIPTION_GROUP_UUID_STRING", ApiSince=33)>]
val mutable KeySubscriptionGroupUuidString : string

Field Value

Attributes

Remarks

The UUID of a Group of related subscriptions in which to place the current subscription.

A grouped subscription will behave for billing purposes and other UI purposes as though it is a transparent extension of other subscriptions in the group.

If set to #REMOVE_GROUP_UUID_STRING, then the subscription will be removed from its current group.

This key will work all the way back to android.os.Build.VERSION_CODES#Q.

Java documentation for android.telephony.CarrierConfigManager.KEY_SUBSCRIPTION_GROUP_UUID_STRING.

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