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:
Pavel Dubrova 2018-03-20 20:47:10 +05:30 committed by CakesTwix
parent 8a0357df29
commit a910236198
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825

View file

@ -18,4 +18,11 @@
--> -->
<resources> <resources>
<bool name="def_double_tap_to_wake">false</bool> <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> </resources>