sdm710-common: overlay: Disable bluetooth by default and enable auto brightness
Change-Id: I635b22364089a1b2d345a95c57dd8a6eb75aa48d Signed-off-by: davidtrpcevski <trpcevski.david@gmail.com>
This commit is contained in:
parent
8a0357df29
commit
a910236198
1 changed files with 7 additions and 0 deletions
|
@ -18,4 +18,11 @@
|
|||
-->
|
||||
<resources>
|
||||
<bool name="def_double_tap_to_wake">false</bool>
|
||||
|
||||
<!-- Set the automatic brightness mode on by default -->
|
||||
<bool name="def_screen_brightness_automatic_mode">true</bool>
|
||||
|
||||
<!-- Disable bluetooth by default -->
|
||||
<bool name="def_bluetooth_on">false</bool>
|
||||
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue