summaryrefslogtreecommitdiff
path: root/core/java/android/app/Service.java
Commit message (Expand)AuthorAgeFilesLines
* docs: Fixing broken {docroot} linksAndrew Solovay2023-01-031-2/+2
* stopForeground(boolean) deprecation & docsChristopher Tate2021-12-061-3/+16
* Merge "ForegroundServiceDidNotStartInTimeException now has..." into sc-v2-dev...Makoto Onuki2021-11-301-0/+35
|\
| * ForegroundServiceDidNotStartInTimeException now has...Makoto Onuki2021-11-181-0/+35
* | Merge "Clarify how FGS restriction won't apply STICKY FGS restarts" into sc-d...Makoto Onuki2021-08-111-0/+7
|\|
| * Clarify how FGS restriction won't apply STICKY FGS restartsMakoto Onuki2021-08-061-0/+7
* | Deprecate stopForeground(boolean)Christopher Tate2021-08-101-17/+32
|/
* Update the javadoc around FGSMakoto Onuki2021-06-151-0/+24
* Introduce WindowProviderServiceCharles Chen2021-04-151-0/+13
* Throw more descriptive exceptions when service start isn't allowed.Makoto Onuki2021-02-191-1/+8
* BG-FGS-launch restriction exemptions.Hui Yu2020-11-231-0/+4
* 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