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

Commit 79a6b3b4 authored by Mike Lockwood's avatar Mike Lockwood
Browse files

Settings: Disable network location service by default, enable GPS instead.



Network Location Provider requires user opt-in, so it should be disabled by default
and only enabled if the user agrees to the terms of service and privacy policy.
Use GPS as default location provider instead.

Signed-off-by: default avatarMike Lockwood <lockwood@android.com>
parent 9d16d207
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -31,8 +31,11 @@
    
    <bool name="def_bluetooth_on">false</bool>
    <bool name="def_install_non_market_apps">false</bool>
    <!-- Comma-separated list of providers. -->
    <string name="def_location_providers_allowed">network</string>
    <!-- Comma-separated list of location providers. 
         Network location is off by default because it requires
         user opt-in via Setup Wizard or Settings.  
    -->
    <string name="def_location_providers_allowed">gps</string>
    <!--  0 == mobile, 1 == wifi. -->
    <integer name="def_network_preference">1</integer>
    <bool name="def_usb_mass_storage_enabled">true</bool>