CarrierConfigManager.UssdOverImsOnly 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.
Only send USSD over IMS and disallow silent redial over CS.
[Android.Runtime.Register("USSD_OVER_IMS_ONLY", ApiSince=31)]
public const int UssdOverImsOnly = 3;
[<Android.Runtime.Register("USSD_OVER_IMS_ONLY", ApiSince=31)>]
val mutable UssdOverImsOnly : int
Field Value
Value = 3- Attributes
Remarks
Only send USSD over IMS and disallow silent redial over CS. #KEY_CARRIER_USSD_METHOD_INT
Java documentation for android.telephony.CarrierConfigManager.USSD_OVER_IMS_ONLY
.
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.