summaryrefslogtreecommitdiff
path: root/core/java/android/app/Service.java
AgeCommit message (Expand)Author
2022-03-15Merge SP2A.220305.013Haamed Gheibi
2021-08-06Clarify how FGS restriction won't apply STICKY FGS restartsMakoto Onuki
2021-06-15Update the javadoc around FGSMakoto Onuki
2021-04-15Introduce WindowProviderServiceCharles Chen
2021-02-19Throw more descriptive exceptions when service start isn't allowed.Makoto Onuki
2020-11-23BG-FGS-launch restriction exemptions.Hui Yu
2020-04-02Enabled Content Capture in ServiceYara Hassan
2020-03-17Revert "Enabled Content Capture in Service"Xianyuan Jia
2020-03-16Enabled Content Capture in ServiceYara Hassan
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-11-22Deprecate IntentServiceCharles Munger
2019-02-26Add API Service.getForegroundServiceType()Hui Yu
2019-02-15Add IntDef annotation to parameter foregroundServiceType.Hui Yu
2019-01-31Change foregroundServiceType from enum to flagsHui Yu
2018-12-06Add manifest service attribute foregroundServiceTypeHui Yu
2018-10-03Merge "docs: bug 37126744, typos" into pi-devkopriva
2018-10-03docs: bug 37126744, typoskopriva
2018-08-14Add @UnsupportedAppUsage annotationsMathew Inwood
2018-03-05Fix issue #72116995: Add permission guarding Service#startForegroundDianne Hackborn
2018-02-12Revert "Fix issue #72116995: Add permission guarding Service#startForeground"Ian Pedowitz
2018-02-07Fix issue #72116995: Add permission guarding Service#startForegroundDianne Hackborn
2018-01-25Revert "Fix issue #72116995: Add permission guarding Service#startForeground"Dianne Hackborn
2018-01-24Fix issue #72116995: Add permission guarding Service#startForegroundDianne Hackborn
2017-05-23Don't keep a reference to Service objectAmith Yamasani
2017-05-04All kinds of little foreground services fixes.Dianne Hackborn
2017-04-20Auto-generate docs based on annotations.Jeff Sharkey
2017-02-22Revert "Ensure network connectivity on app start."Sudheer Shanka
2017-02-13Ensure network connectivity on app start.Sudheer Shanka
2016-04-18Work on issue #28221912: Starting service as foreground might...Dianne Hackborn
2015-02-19Mark Service#onBind() @NullableScott Kennedy
2014-10-09Improve some docs, fix some debugging.Dianne Hackborn
2014-07-31Fix a small typo in javadocsEvan Charlton
2013-09-11Revert services assist context in KitKatAdam Skory
2013-08-08Fix the buildBen Murdoch
2013-08-07Extend assist context to foreground servicesAdam Skory
2013-04-30add notice to not use 0 in startForeground().Scott Main
2013-03-29Doc update: clarify dumpsys instructionskmccormick
2012-08-06docs: fix broken linksScott Main
2012-04-11Make component names visible in javadoc.Jeff Sharkey
2012-03-09Fix obvious typos under frameworks/base/coreKen Wakasa
2012-03-08Add new Intent API for associating a ClipData with an Intent.Dianne Hackborn
2011-10-04docs: add developer guide cross-references, Project ACREJoe Fernandez
2011-07-29Various work on out of memory managment.Dianne Hackborn
2011-07-18Remove an unnecessary finalizer.Jeff Brown
2011-04-12Add APIs to remove tasks.Dianne Hackborn
2011-02-08docs: fix links to revised fundamentals documentsScott Main
2010-12-14Time to remove some old APIs!Dianne Hackborn
2010-08-02Add missing word from docs.Brad Fitzpatrick
2010-07-27Explicitly mention again that startCommand() runs on the main thread.Brad Fitzpatrick
2010-04-15A little more improvement of the Service javadoc.Dianne Hackborn