CarrierConfigManager.KeyCallBarringVisibilityBool 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.
Boolean indicating if the "Call barring" item is visible in the Call Settings menu.
[Android.Runtime.Register("KEY_CALL_BARRING_VISIBILITY_BOOL", ApiSince=29)]
public const string KeyCallBarringVisibilityBool;
[<Android.Runtime.Register("KEY_CALL_BARRING_VISIBILITY_BOOL", ApiSince=29)>]
val mutable KeyCallBarringVisibilityBool : string
Field Value
- Attributes
Remarks
Boolean indicating if the "Call barring" item is visible in the Call Settings menu. If true, the "Call Barring" menu will be visible. If false, the menu will be gone.
Disabled by default.
Java documentation for android.telephony.CarrierConfigManager.KEY_CALL_BARRING_VISIBILITY_BOOL
.
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.