sanders: Disable bluetooth by default

Signed-off-by: ronaxdevil <pratabidya.007@gmail.com>
This commit is contained in:
ronaxdevil
2019-06-06 05:31:05 +00:00
parent 47c6fb74e2
commit 69d9a357d3

View File

@@ -19,4 +19,7 @@
<resources>
<!-- 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>