CarrierConfigManager.KeyDefaultSimCallManagerString 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.
The default sim call manager to use when the default dialer doesn't implement one.
[Android.Runtime.Register("KEY_DEFAULT_SIM_CALL_MANAGER_STRING", ApiSince=23)]
public const string KeyDefaultSimCallManagerString;
[<Android.Runtime.Register("KEY_DEFAULT_SIM_CALL_MANAGER_STRING", ApiSince=23)>]
val mutable KeyDefaultSimCallManagerString : string
Field Value
- Attributes
Remarks
The default sim call manager to use when the default dialer doesn't implement one. A sim call manager can control and route outgoing and incoming phone calls, even if they're placed using another connection service (PSTN, for example).
Java documentation for android.telephony.CarrierConfigManager.KEY_DEFAULT_SIM_CALL_MANAGER_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.