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

Commit ec02d114 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

CRs-Fixed: 1101305
Change-Id: Ibad333bf1e15d135beca9d327ad00b12ca2784c4
parent 8cbba3c2
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>