Enable Wifi and Bluetooth by default

This commit is contained in:
Mr Jenkins 2016-08-26 23:19:19 +02:00
parent 1abb10bcaf
commit 491502edd5

View file

@ -29,4 +29,7 @@
<string name="def_location_providers_allowed" translatable="false">network</string>
<integer name="def_bright_system">1</integer>
<integer name="def_brightness_light">0</integer>
<bool name="def_backup_enabled">false</bool>
<bool name="def_wifi_on">true</bool>
<bool name="def_bluetooth_on">true</bool>
</resources>