summaryrefslogtreecommitdiff
path: root/samples/ApiDemos/src/com/example/android/apis/app/ForegroundService.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix some errors in the foreground compatKenny Root2011-03-291-11/+3
| | | | | | | | The foreground compatibility sample wouldn't actually work on an old platform because of a misplaced return statement in onCreate and the invokeMethod would ignore its arguments. Change-Id: Ic1d1a6d8579700215c7988cd603a6bb86f1346a4
* Update documentation for API demos.Dianne Hackborn2011-01-051-11/+29
| | | | Change-Id: Iaa84eb197ffc0a584772f946202c13eeb917eabf
* Quickly hack out setForeground call that is going away.Dianne Hackborn2010-12-141-2/+2
| | | | | | I'll come back in a bit and make this API demo work again. Change-Id: I287dd64925e48bc934c44fb6d0b779a58a270503
* merge from open-source masterThe Android Open Source Project2010-06-141-2/+2
|\ | | | | | | Change-Id: Iedee6a43e23821175148324bc2502a33112e2d59
| * Removed unused Imports, Added Type Arguments, removed some Warnings by using ↵Christian Mehlmauer2010-05-211-2/+2
| | | | | | | | | | | | unused Methods and Variables Change-Id: I39a4eb2b17f3411b17fcc49cbbbe396e89fab24a
* | Reorganize Service API demos.Dianne Hackborn2009-12-071-54/+111
|/ | | | | This collapses multiple related files in one, to make it easier to deal with in documentation and elsewhere.
* Add API demo for services that run in the foreground.Dianne Hackborn2009-11-251-0/+173
Change-Id: I7acb0817e5d738294bef02ca2df3c2ab18b45f60