Language

CarrierConfigManager.KeyLowBatteryAlertThresholdInt Field

Definition

Battery level threshold (in percentage) to trigger an audio alert.

[Android.Runtime.Register("KEY_LOW_BATTERY_ALERT_THRESHOLD_INT", ApiSince=37)]
public const string KeyLowBatteryAlertThresholdInt;
[<Android.Runtime.Register("KEY_LOW_BATTERY_ALERT_THRESHOLD_INT", ApiSince=37)>]
val mutable KeyLowBatteryAlertThresholdInt : string

Field Value

Attributes

Remarks

Battery level threshold (in percentage) to trigger an audio alert.

This flag defines the minimum battery percentage at which an audio alert will be played. When the device battery level falls below this threshold, a tone or audio warning may be triggered to notify the user.

Type: Integer

Valid values: 0–100

Default value: PhoneAccount.LOW_BATTERY_ALERT_DISABLED (feature disabled)

If the value is set to PhoneAccount.LOW_BATTERY_ALERT_DISABLED, the audio alert for low battery is not enabled.

Android reference for android.telephony.CarrierConfigManager.KEY_LOW_BATTERY_ALERT_THRESHOLD_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.

Applies to