CarrierConfigManager.UssdOverCsPreferred 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 while CS is out of service, otherwise send USSD over CS.
[Android.Runtime.Register("USSD_OVER_CS_PREFERRED", ApiSince=31)]
public const int UssdOverCsPreferred = 0;
[<Android.Runtime.Register("USSD_OVER_CS_PREFERRED", ApiSince=31)>]
val mutable UssdOverCsPreferred : int
Field Value
Value = 0- Attributes
Remarks
Only send USSD over IMS while CS is out of service, otherwise send USSD over CS. #KEY_CARRIER_USSD_METHOD_INT
Java documentation for android.telephony.CarrierConfigManager.USSD_OVER_CS_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.