CarrierConfigManager.KeyCrossSimSpnFormatInt 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.
Indexes of SPN format strings in crossSimSpnFormats.
[Android.Runtime.Register("KEY_CROSS_SIM_SPN_FORMAT_INT", ApiSince=31)]
public const string KeyCrossSimSpnFormatInt;
[<Android.Runtime.Register("KEY_CROSS_SIM_SPN_FORMAT_INT", ApiSince=31)>]
val mutable KeyCrossSimSpnFormatInt : string
Field Value
- Attributes
Remarks
Indexes of SPN format strings in crossSimSpnFormats.
Available options are: <ul> <li> #CROSS_SIM_SPN_FORMAT_CARRIER_NAME_ONLY
: %s</li> <li> #CROSS_SIM_SPN_FORMAT_CARRIER_NAME_WITH_BRANDING
: %s Cross-SIM Calling</li> </ul> %s will be filled with carrier name
Java documentation for android.telephony.CarrierConfigManager.KEY_CROSS_SIM_SPN_FORMAT_INT
.
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.