OSDN Git Service

Remove use of Settings.Secure.USE_LOCATION_FOR_SERVICES
authorBjorn Bringert <bringert@android.com>
Mon, 8 Feb 2010 21:38:38 +0000 (21:38 +0000)
committerBjorn Bringert <bringert@android.com>
Mon, 8 Feb 2010 21:46:38 +0000 (21:46 +0000)
commitc660fe4dd8b146c1d88d839bd5b26c916684fac4
tree44c1eb28482130c1ba239ea559aa385377f4e31b
parentf4d298013ceeca4b44d63d01587a33cb6bbf7f52
Remove use of Settings.Secure.USE_LOCATION_FOR_SERVICES

This Google-specific setting is going away because of unbundling.

This change will cause geotagging to be off by default, instead of
being set by SetupWizard by the "Use location for Google services"
prompt. If this is not desirable, another prompt could possibly be
added to SetupWizard, or a new framework geotagging setting
could be added and SetupWizard be modified to set that as part
of the Google location opt-in.

Part of: http://b/issue?id=2383870

Change-Id: Ic160c2260dd597a35d79fec93250a816fbee8b81
src/com/android/camera/RecordLocationPreference.java