summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/Service.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix build.Dianne Hackborn2009-08-181-2/+3
* Fix issue #2047139: Remove Service.setForeground()Dianne Hackborn2009-08-181-8/+37
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-2/+2
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+378
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-378/+0
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-2/+6
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-9/+9
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-4/+0
* Initial ContributionThe Android Open Source Project2008-10-211-0/+378