summaryrefslogtreecommitdiffstats
path: root/services/core/java/com/android/server/telecom/TelecomLoaderService.java
Commit message (Collapse)AuthorAgeFilesLines
* Update use of procstate for services.Dianne Hackborn2015-04-291-1/+2
| | | | | | | | | | | | | | | | | | | | Now that we have a separate foreground service proc state (above a sleeping top app), update various system services to put their bindings into this state when appropriate. There are two new bind flags for this -- one that just always makes it a foreground service, another that only does it when the device is awake (useful for things like the wallpaper). And with all of that, tweak network policy manager to only include apps that are at least foreground service state when in power save and device idle modes. This will allow us to further reduce the set of apps that have network access (in particular not giving access to the current top app when the screen is off), hopefully leading to even better battery life. Change-Id: I91d85a5c5ed64e856149e9a5d94a634a7925ec7f
* Changed package name of a Telecom serviceIhab Awad2015-03-021-1/+1
| | | | Change-Id: Ib8d5b73a3cdb2aa353c586dccf423a8917a393d6
* (Telecom-system part 3) Adding Telecom Loader ServiceSantos Cordon2014-12-081-0/+106
Bug: 18112269 Change-Id: I85ab03156bf906fdc72b459c4c68240ab3bf1894