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
This commit is contained in:
Chirayu Desai 2023-05-04 22:59:56 +05:30 committed by Michael Bestas
parent 11eaeaf039
commit 135cb649de

View file

@ -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>