CarrierConfigManager.KeyVolteReplacementRatInt 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.
If Voice Radio Technology is RIL_RADIO_TECHNOLOGY_LTE:14 or RIL_RADIO_TECHNOLOGY_UNKNOWN:0 this is the value that should be used instead.
[Android.Runtime.Register("KEY_VOLTE_REPLACEMENT_RAT_INT", ApiSince=23)]
public const string KeyVolteReplacementRatInt;
[<Android.Runtime.Register("KEY_VOLTE_REPLACEMENT_RAT_INT", ApiSince=23)>]
val mutable KeyVolteReplacementRatInt : string
Field Value
- Attributes
Remarks
If Voice Radio Technology is RIL_RADIO_TECHNOLOGY_LTE:14 or RIL_RADIO_TECHNOLOGY_UNKNOWN:0 this is the value that should be used instead. A configuration value of RIL_RADIO_TECHNOLOGY_UNKNOWN:0 means there is no replacement value and that the default assumption for phone type (GSM) should be used.
Java documentation for android.telephony.CarrierConfigManager.KEY_VOLTE_REPLACEMENT_RAT_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.