Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6466bd57 authored by Matadeen Mishra's avatar Matadeen Mishra Committed by Gerrit - the friendly Code Review server
Browse files

Bluetooth: Fix Default BT turn on

Changed the Flag to false, which is leading
turned the BT ON by default.

Change-Id: Ibad333bf1e15d135beca9d327ad00b12ca2784c4
parent bb102e09
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@
    <fraction name="def_window_transition_scale">100%</fraction>
    <bool name="def_haptic_feedback">true</bool>

    <bool name="def_bluetooth_on">true</bool>
    <bool name="def_bluetooth_on">false</bool>
    <bool name="def_wifi_display_on">false</bool>
    <bool name="def_install_non_market_apps">false</bool>
    <bool name="def_package_verifier_enable">true</bool>