mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
Mute low-battery sounds after one hour with screen off.
Requires change Iddd42038 in frameworks/base. Bug: 10487557 Change-Id: I1549043f28b87664434f9fe374c551de5d996edb
This commit is contained in:
parent
bd799bd25d
commit
000bdf24cf
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