summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/LocationSettings.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved LocationSettings into location sub-packageLifu Tang2013-07-291-257/+0
| | | | Change-Id: I55b30df5b6889576539b8cb880e3032f417ddfd7
* Respect user restrictions about adding/removing accounts, sideloadingMaggie Benthall2013-03-271-4/+5
| | | | | | | | | | | | Hide or disable options in the settings app when the user is restricted from making changes. Remove "Add account" button from Settings menu, and "remove account" option from menu in AccountSyncSettings. Remove sideloading checkbox in SecuritySettings. Also handle replacement of UserManager.isShareLocationToggleAllowed() with hasUserRestriction, which takes a restriction key string. Change-Id: I34c74fd5aed8956ba00f92e3d3c657b608454dfe
* Respect user restriction against toggling location sharing settings.Maggie Benthall2013-02-251-6/+25
| | | | Change-Id: I1e629129fc9b3b224d4f4402b56d904df9edc43f
* Prevent cursor from causing global reference leaks.Per Allard2013-02-011-0/+1
| | | | | | | | To fix this the ContentQueryMap needs to be closed when onStop is called so any global references can be reclaimed. Change-Id: I0c679c10b0d75ab0aac2fe499563c57d934e318a
* Add help menu for Users and Location accessAmith Yamasani2012-09-181-0/+4
| | | | | | Bug: 7093415 Bug: 7130812 Change-Id: I44c68e846dcc5d98fc8b152f79d75140e151323a
* Update Settings app to manipulate now-global settings properlyChristopher Tate2012-09-071-3/+3
| | | | Change-Id: I6c269051c7d2db87f70f44df74e06456588c3b6f
* Move Google-apps specific location settings to a Google packageAmith Yamasani2012-07-261-33/+77
| | | | | | | | | | Bug: 6882764 This removes the Google specific checkbox and adds a master toggle for location providers which turns both providers on/off when toggled. Change-Id: I2a7af0953902bfd6f4b221725dc2d838bb3d0ce4
* Show full summary for network location sercice even for wifi-only devicesAmith Yamasani2012-06-191-5/+0
| | | | | Bug: 6694051 Change-Id: Ic2446aa640bc2688fd74885eeb55f179c51e7691
* Observer for GPS is never added back.Vladimir Baryshnikov2012-01-031-1/+2
| | | | | | | mSettingsObserver will be added only once to mContentQueryMap on first start, but if you bring activity back to top, it will not be added any more. Signed-off-by: Vladimir Baryshnikov <vovkab@gmail.com>
* Use the new isNetworkSupported api for wifi-onlyRobert Greenwalt2011-08-311-1/+1
| | | | | | | | Didn't have an API for this before so people used a hacked system property (ro.carrier) to determine if the device supported mobile data. Added new API and switching callsites. bug:5087537 Change-Id: Ibd799559be102a9e2fd552d1a23d1afbcf8f4614
* String changes for Location services Settings screenSean Cotter2011-08-021-2/+1
| | | | | | Bug: 5098817 Change-Id: I11cf170e06e5cc117d62ffe1f72dbb47c7fc9e0e
* Split Location and Security settings.Gilles Debunne2011-06-211-0/+193
Needs final icon for location. Change-Id: I8d826203c4d0ca4ae768f59ecdeae2700bad7c86