mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
am 000bdf24
: Mute low-battery sounds after one hour with screen off.
* commit '000bdf24cf53eea3668e36bfa7af1fa735ff9e97': Mute low-battery sounds after one hour with screen off.
This commit is contained in:
commit
d4d6269489
1 changed files with 4 additions and 0 deletions
|
@ -23,4 +23,8 @@
|
|||
<bool name="def_screen_brightness_automatic_mode">true</bool>
|
||||
<!-- Default screen brightness, from 0 to 255. 87 is 34%. -->
|
||||
<integer name="def_screen_brightness">87</integer>
|
||||
|
||||
<!-- Value for Settings.Global.LOW_BATTERY_SOUND_TIMEOUT:
|
||||
Mute battery sounds on tablets after one hour with screen off -->
|
||||
<integer name="def_low_battery_sound_timeout">3600000</integer>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue