CarrierConfigManager.KeyLowBatteryAlertIntervalInt 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.
Interval between consecutive battery alert tones, in seconds.
[Android.Runtime.Register("KEY_LOW_BATTERY_ALERT_INTERVAL_INT", ApiSince=37)]
public const string KeyLowBatteryAlertIntervalInt;
[<Android.Runtime.Register("KEY_LOW_BATTERY_ALERT_INTERVAL_INT", ApiSince=37)>]
val mutable KeyLowBatteryAlertIntervalInt : string
Field Value
- Attributes
Remarks
Interval between consecutive battery alert tones, in seconds.
This flag controls how frequently (in seconds) an alert tone should be played after the battery level drops below the defined threshold. A shorter interval means more frequent alerts.
Type: Integer
Valid values: 0 or greater
Default value: PhoneAccount.LOW_BATTERY_ALERT_DISABLED (feature disabled)
If set to PhoneAccount.LOW_BATTERY_ALERT_DISABLED, the alert tone is disabled entirely.
Android reference for android.telephony.CarrierConfigManager.KEY_LOW_BATTERY_ALERT_INTERVAL_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.