overlay: Update SettingsProvider defaults

* Reduce default screen off timeout to 30 sec.
* Turn on automation brightness mode by default.
* Turn on vibrate when ringing by default.

Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
This commit is contained in:
Pranav Vashi
2022-04-25 00:27:18 +05:30
committed by Joey
parent 155268d1d5
commit 623bf52db7

View File

@@ -29,4 +29,13 @@
<!-- This is disabled by default, but turned on in SetupWizard -->
<bool name="assisted_gps_enabled">false</bool>
<bool name="def_bluetooth_on">false</bool>
<integer name="def_screen_off_timeout">30000</integer>
<bool name="def_screen_brightness_automatic_mode">true</bool>
<!-- Default for Settings.System.VIBRATE_WHEN_RINGING -->
<bool name="def_vibrate_when_ringing">true</bool>
</resources>