summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/LocationManagerService.java
AgeCommit message (Expand)Author
2013-12-19Move some system services to separate directoriesAmith Yamasani
2013-10-13do not request location from unavailable providersVictoria Lease
2013-09-23Issue #10461551: KLP API Review: AppOpsManagerDianne Hackborn
2013-09-19fix typoEd Heyl
2013-09-11Improve some javadoc related to isProviderEnabled() apisTom O'Neill
2013-09-03Add LocationManager.MODE_CHANGED_ACTION broadcastTom O'Neill
2013-08-22Ensure WorkSource for location blaming has names (b/10378815)David Christie
2013-08-14Merge "Update location AppOp monitoring to respect settings. If a provider is...David Christie
2013-08-13Update location AppOp monitoring to respect settings.David Christie
2013-08-13Add support in the platform for Flp Geofencing.destradaa
2013-08-09Address Robin's code review comments in initial FlpHal submission.destradaa
2013-08-08Add FlpHal layer to support Location Batching.destradaa
2013-08-08Update gps status icon to be a "high power" location icon.David Christie
2013-08-01Allow a particular LocationRequest to be excluded fromDavid Christie
2013-07-30Add new app op to monitor high power location requests.David Christie
2013-07-24Merge "Add WorkSource capability to LocationManager"David Christie
2013-07-22Add WorkSource capability to LocationManagerDavid Christie
2013-07-22switch to v3 for NetworkLocator overlay, compatible with gcore FINNStan Chesnutt
2013-07-16Refactoring of the print sub-system and API clean up.Svetoslav Ganov
2013-07-09Add new location monitoring op, make some of app ops public.Dianne Hackborn
2013-06-05am a79aaeae: am 8c1d1b3e: Merge "Maybe fix issue #9296868: Crash in system pr...Dianne Hackborn
2013-06-05Maybe fix issue #9296868: Crash in system processDianne Hackborn
2013-05-29break up LocationManagerService's WakeLockVictoria Lease
2013-05-29break up LocationManagerService's WakeLockVictoria Lease
2013-05-07OO NOT MERGE allow connected location providers location accessVictoria Lease
2013-05-07allow connected location providers location accessVictoria Lease
2013-05-02Start combining threads in system process.Dianne Hackborn
2013-04-22Made it easier to disable overlay mechanism of location components.Zhentao Sun
2013-04-15Fix security issues with LocationManager where apps with coarse permissionsDavid Christie
2013-04-10GPS Hardware geofencing.Jaikumar Ganesh
2013-02-07Fix build, conflict with another change.Dianne Hackborn
2013-02-07Merge "App ops: track system windows, monitoring changes."Dianne Hackborn
2013-02-06App ops: track system windows, monitoring changes.Dianne Hackborn
2013-02-06Merge "refactor isAllowedBySettingsLocked()"Victoria Lease
2013-02-06Merge "Fix addGpsStatusListener"Victoria Lease
2013-02-05Fix addGpsStatusListenerVictoria Lease
2013-02-05Merge "LocationManagerService: Add debug flag lookup from properties"JP Abgrall
2013-02-05refactor isAllowedBySettingsLocked()Victoria Lease
2013-02-01LocationManagerService: Add debug flag lookup from propertiesJP Abgrall
2013-02-01dual-mode switching single/multiuser ServiceWatcherVictoria Lease
2013-01-28Merge "Annotate Locations coming from mock providers"Victoria Lease
2013-01-25App ops: you can now turn off operations.Dianne Hackborn
2013-01-22Annotate Locations coming from mock providersVictoria Lease
2013-01-16More work on App Ops service.Dianne Hackborn
2013-01-11WorkSource can now track package names.Dianne Hackborn
2013-01-09New "app ops" service.Dianne Hackborn
2013-01-02prevent concurrency issues during LocationManager initVictoria Lease
2012-12-05Adjust update interval when expiring location requests.Victoria Lease
2012-12-04Notify provider when disposing last UpdateRecordVictoria Lease
2012-12-04Fix Wrong parameter in HashMap.removeYou Kim