summaryrefslogtreecommitdiff
path: root/core/java/android/app/IntentService.java
AgeCommit message (Expand)Author
2021-01-19Correct IntentService docsChristopher Tate
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-11-22Deprecate IntentServiceCharles Munger
2018-08-14Add @UnsupportedAppUsage annotationsMathew Inwood
2017-07-31docs: Noted that JobIntentService is usually a better choiceAndrew Solovay
2016-09-30Docs: Fixed the Service linkHemal Patel
2016-01-21Improve documentation for IntentServiceRyan Lothian
2015-04-23Annotate some APIs with threading annotationsTor Norbye
2011-10-04docs: add developer guide cross-references, Project ACREJoe Fernandez
2011-01-10docs: Rewrite of App Fundamentals.. Part 2.Scott Main
2010-04-07Fix SDK build.Wu-cheng Li
2010-04-06Comment-only change to clarify the role and use of IntentServiceDan Egnor
2010-03-11Add correct copyright headers to multiple filesKenny Root
2010-02-09New external storage APIs.Dianne Hackborn
2009-08-24Add more control over a service's start state.Dianne Hackborn
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@132589The Android Open Source Project
2009-03-02auto import from //depot/cupcake/@137055The Android Open Source Project