CarrierConfigManager.UssdOverImsPreferred 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.
Send USSD over IMS or CS while IMS is out of service or silent redial over CS if needed.
[Android.Runtime.Register("USSD_OVER_IMS_PREFERRED", ApiSince=31)]
public const int UssdOverImsPreferred = 1;
[<Android.Runtime.Register("USSD_OVER_IMS_PREFERRED", ApiSince=31)>]
val mutable UssdOverImsPreferred : int
Field Value
Value = 1- Attributes
Remarks
Send USSD over IMS or CS while IMS is out of service or silent redial over CS if needed. #KEY_CARRIER_USSD_METHOD_INT
Java documentation for android.telephony.CarrierConfigManager.USSD_OVER_IMS_PREFERRED
.
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.