Share via


CarrierConfigManager.KeyDataWarningNotificationBool Field

Definition

Controls if the device should automatically notify the user as they reach their cellular data warning.

[Android.Runtime.Register("KEY_DATA_WARNING_NOTIFICATION_BOOL", ApiSince=30)]
public const string KeyDataWarningNotificationBool;
[<Android.Runtime.Register("KEY_DATA_WARNING_NOTIFICATION_BOOL", ApiSince=30)>]
val mutable KeyDataWarningNotificationBool : string

Field Value

Attributes

Remarks

Controls if the device should automatically notify the user as they reach their cellular data warning. When set to false the carrier is expected to have implemented their own notification mechanism. true by default.

Java documentation for android.telephony.CarrierConfigManager.KEY_DATA_WARNING_NOTIFICATION_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.

Applies to