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

Commit 135cb649 authored by Chirayu Desai's avatar Chirayu Desai Committed by Michael Bestas
Browse files

Disable AGPS by default, it'll be enabled in SetupWizard

* This way the user can choose to turn it off, and it'll
  never have been enabled
* If they just keep it as the default (toggle will be on in SuW),
  then it'll be enabled, which is the default we want

Change-Id: I878200a0351d0b0018a975e432602de2badc4eef
parent 11eaeaf0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -26,4 +26,7 @@
         for immersive mode.
         Override to disable immersive mode confirmation for certain packages. -->
    <string name="def_immersive_mode_confirmations" translatable="false">confirmed</string>

    <!-- This is disabled by default, but turned on in SetupWizard -->
    <bool name="assisted_gps_enabled">false</bool>
</resources>