summaryrefslogtreecommitdiff
path: root/core/java/android/app/Service.java
Commit message (Expand)AuthorAgeFilesLines
* Enabled Content Capture in ServiceYara Hassan2020-04-021-1/+25
* Revert "Enabled Content Capture in Service"Xianyuan Jia2020-03-171-25/+2
* Enabled Content Capture in ServiceYara Hassan2020-03-161-2/+25
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Deprecate IntentServiceCharles Munger2019-11-221-1/+1
* Add API Service.getForegroundServiceType()Hui Yu2019-02-261-1/+26
* Add IntDef annotation to parameter foregroundServiceType.Hui Yu2019-02-151-1/+2
* Change foregroundServiceType from enum to flagsHui Yu2019-01-311-8/+45
* Add manifest service attribute foregroundServiceTypeHui Yu2018-12-061-1/+8
* Merge "docs: bug 37126744, typos" into pi-devkopriva2018-10-031-5/+5
|\
| * docs: bug 37126744, typoskopriva2018-10-031-5/+5
* | Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-141-0/+9
|/
* Fix issue #72116995: Add permission guarding Service#startForegroundDianne Hackborn2018-03-051-8/+4
* Revert "Fix issue #72116995: Add permission guarding Service#startForeground"Ian Pedowitz2018-02-121-4/+8
* Fix issue #72116995: Add permission guarding Service#startForegroundDianne Hackborn2018-02-071-8/+4
* Revert "Fix issue #72116995: Add permission guarding Service#startForeground"Dianne Hackborn2018-01-251-4/+8
* Fix issue #72116995: Add permission guarding Service#startForegroundDianne Hackborn2018-01-241-8/+4
* Don't keep a reference to Service objectAmith Yamasani2017-05-231-1/+9
* All kinds of little foreground services fixes.Dianne Hackborn2017-05-041-14/+16
* Auto-generate docs based on annotations.Jeff Sharkey2017-04-201-21/+17
* Revert "Ensure network connectivity on app start."Sudheer Shanka2017-02-221-9/+7
* Ensure network connectivity on app start.Sudheer Shanka2017-02-131-7/+9
* Work on issue #28221912: Starting service as foreground might...Dianne Hackborn2016-04-181-12/+71
* Mark Service#onBind() @NullableScott Kennedy2015-02-191-0/+2
* Improve some docs, fix some debugging.Dianne Hackborn2014-10-091-3/+11
* Fix a small typo in javadocsEvan Charlton2014-07-311-1/+1
* Revert services assist context in KitKatAdam Skory2013-09-111-13/+0
* Fix the buildBen Murdoch2013-08-081-1/+1
* Extend assist context to foreground servicesAdam Skory2013-08-071-0/+13
* add notice to not use 0 in startForeground().Scott Main2013-04-301-1/+1
* Doc update: clarify dumpsys instructionskmccormick2013-03-291-1/+3
* docs: fix broken linksScott Main2012-08-061-2/+2
* Make component names visible in javadoc.Jeff Sharkey2012-04-111-2/+2
* Fix obvious typos under frameworks/base/coreKen Wakasa2012-03-091-1/+1
* Add new Intent API for associating a ClipData with an Intent.Dianne Hackborn2012-03-081-1/+13
* docs: add developer guide cross-references, Project ACREJoe Fernandez2011-10-041-5/+7
* Various work on out of memory managment.Dianne Hackborn2011-07-291-3/+6
* Remove an unnecessary finalizer.Jeff Brown2011-07-181-6/+0
* Add APIs to remove tasks.Dianne Hackborn2011-04-121-0/+20
* docs: fix links to revised fundamentals documentsScott Main2011-02-081-8/+9
* Time to remove some old APIs!Dianne Hackborn2010-12-141-1/+3
* Add missing word from docs.Brad Fitzpatrick2010-08-021-1/+1
* Explicitly mention again that startCommand() runs on the main thread.Brad Fitzpatrick2010-07-271-1/+9
* A little more improvement of the Service javadoc.Dianne Hackborn2010-04-151-3/+49
* Improve Service documentation with some samples.Dianne Hackborn2010-02-181-0/+60
* Fix sample code insertion.Dianne Hackborn2010-01-291-4/+4
* Update service example code.Dianne Hackborn2009-12-071-0/+15
* Update from API review.Dianne Hackborn2009-09-301-6/+28
* Fix bug where onStartCommand() was never called with a null intent.Dianne Hackborn2009-09-231-11/+28
* Add more control over a service's start state.Dianne Hackborn2009-08-241-5/+108