CarrierConfigManager.KeySupportEnhancedCallBlockingBool 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.
Determines whether to enable enhanced call blocking feature on the device.
[Android.Runtime.Register("KEY_SUPPORT_ENHANCED_CALL_BLOCKING_BOOL", ApiSince=30)]
public const string KeySupportEnhancedCallBlockingBool;
[<Android.Runtime.Register("KEY_SUPPORT_ENHANCED_CALL_BLOCKING_BOOL", ApiSince=30)>]
val mutable KeySupportEnhancedCallBlockingBool : string
Field Value
- Attributes
Remarks
Determines whether to enable enhanced call blocking feature on the device. android.provider.BlockedNumberContract.SystemContract#ENHANCED_SETTING_KEY_BLOCK_UNREGISTERED android.provider.BlockedNumberContract.SystemContract#ENHANCED_SETTING_KEY_BLOCK_PRIVATE android.provider.BlockedNumberContract.SystemContract#ENHANCED_SETTING_KEY_BLOCK_PAYPHONE android.provider.BlockedNumberContract.SystemContract#ENHANCED_SETTING_KEY_BLOCK_UNKNOWN android.provider.BlockedNumberContract.SystemContract#ENHANCED_SETTING_KEY_BLOCK_UNAVAILABLE
1. For Single SIM(SS) device, it can be customized in both carrier_config_mccmnc.xml and vendor.xml.
2. For Dual SIM(DS) device, it should be customized in vendor.xml, since call blocking function is used regardless of SIM.
If true
enable enhanced call blocking feature on the device, false
otherwise.
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.