CarrierConfigManager.RemoveGroupUuidString Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Passing this value as #KEY_SUBSCRIPTION_GROUP_UUID_STRING
will remove the
subscription from a group instead of adding it to a group.
[Android.Runtime.Register("REMOVE_GROUP_UUID_STRING", ApiSince=33)]
public const string RemoveGroupUuidString;
[<Android.Runtime.Register("REMOVE_GROUP_UUID_STRING", ApiSince=33)>]
val mutable RemoveGroupUuidString : string
Field Value
- Attributes
Remarks
Passing this value as #KEY_SUBSCRIPTION_GROUP_UUID_STRING
will remove the subscription from a group instead of adding it to a group.
This value will work all the way back to android.os.Build.VERSION_CODES#Q
.
Java documentation for android.telephony.CarrierConfigManager.REMOVE_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.