am f313b59b: Merge change 1957 into donut
Merge commit 'f313b59b4fd6711c734288badd75c6aa0b57ee6e' * commit 'f313b59b4fd6711c734288badd75c6aa0b57ee6e': Settings: Disable network location service by default, enable GPS instead.
This commit is contained in:
committed by
The Android Open Source Project
commit
fd38b81dca
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user