index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
w16.1
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
app
/
Service.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enabled Content Capture in Service
Yara Hassan
2020-04-02
1
-1
/
+25
*
Revert "Enabled Content Capture in Service"
Xianyuan Jia
2020-03-17
1
-25
/
+2
*
Enabled Content Capture in Service
Yara Hassan
2020-03-16
1
-2
/
+25
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-12-18
1
-1
/
+1
*
Deprecate IntentService
Charles Munger
2019-11-22
1
-1
/
+1
*
Add API Service.getForegroundServiceType()
Hui Yu
2019-02-26
1
-1
/
+26
*
Add IntDef annotation to parameter foregroundServiceType.
Hui Yu
2019-02-15
1
-1
/
+2
*
Change foregroundServiceType from enum to flags
Hui Yu
2019-01-31
1
-8
/
+45
*
Add manifest service attribute foregroundServiceType
Hui Yu
2018-12-06
1
-1
/
+8
*
Merge "docs: bug 37126744, typos" into pi-dev
kopriva
2018-10-03
1
-5
/
+5
|
\
|
*
docs: bug 37126744, typos
kopriva
2018-10-03
1
-5
/
+5
*
|
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-14
1
-0
/
+9
|
/
*
Fix issue #72116995: Add permission guarding Service#startForeground
Dianne Hackborn
2018-03-05
1
-8
/
+4
*
Revert "Fix issue #72116995: Add permission guarding Service#startForeground"
Ian Pedowitz
2018-02-12
1
-4
/
+8
*
Fix issue #72116995: Add permission guarding Service#startForeground
Dianne Hackborn
2018-02-07
1
-8
/
+4
*
Revert "Fix issue #72116995: Add permission guarding Service#startForeground"
Dianne Hackborn
2018-01-25
1
-4
/
+8
*
Fix issue #72116995: Add permission guarding Service#startForeground
Dianne Hackborn
2018-01-24
1
-8
/
+4
*
Don't keep a reference to Service object
Amith Yamasani
2017-05-23
1
-1
/
+9
*
All kinds of little foreground services fixes.
Dianne Hackborn
2017-05-04
1
-14
/
+16
*
Auto-generate docs based on annotations.
Jeff Sharkey
2017-04-20
1
-21
/
+17
*
Revert "Ensure network connectivity on app start."
Sudheer Shanka
2017-02-22
1
-9
/
+7
*
Ensure network connectivity on app start.
Sudheer Shanka
2017-02-13
1
-7
/
+9
*
Work on issue #28221912: Starting service as foreground might...
Dianne Hackborn
2016-04-18
1
-12
/
+71
*
Mark Service#onBind() @Nullable
Scott Kennedy
2015-02-19
1
-0
/
+2
*
Improve some docs, fix some debugging.
Dianne Hackborn
2014-10-09
1
-3
/
+11
*
Fix a small typo in javadocs
Evan Charlton
2014-07-31
1
-1
/
+1
*
Revert services assist context in KitKat
Adam Skory
2013-09-11
1
-13
/
+0
*
Fix the build
Ben Murdoch
2013-08-08
1
-1
/
+1
*
Extend assist context to foreground services
Adam Skory
2013-08-07
1
-0
/
+13
*
add notice to not use 0 in startForeground().
Scott Main
2013-04-30
1
-1
/
+1
*
Doc update: clarify dumpsys instructions
kmccormick
2013-03-29
1
-1
/
+3
*
docs: fix broken links
Scott Main
2012-08-06
1
-2
/
+2
*
Make component names visible in javadoc.
Jeff Sharkey
2012-04-11
1
-2
/
+2
*
Fix obvious typos under frameworks/base/core
Ken Wakasa
2012-03-09
1
-1
/
+1
*
Add new Intent API for associating a ClipData with an Intent.
Dianne Hackborn
2012-03-08
1
-1
/
+13
*
docs: add developer guide cross-references, Project ACRE
Joe Fernandez
2011-10-04
1
-5
/
+7
*
Various work on out of memory managment.
Dianne Hackborn
2011-07-29
1
-3
/
+6
*
Remove an unnecessary finalizer.
Jeff Brown
2011-07-18
1
-6
/
+0
*
Add APIs to remove tasks.
Dianne Hackborn
2011-04-12
1
-0
/
+20
*
docs: fix links to revised fundamentals documents
Scott Main
2011-02-08
1
-8
/
+9
*
Time to remove some old APIs!
Dianne Hackborn
2010-12-14
1
-1
/
+3
*
Add missing word from docs.
Brad Fitzpatrick
2010-08-02
1
-1
/
+1
*
Explicitly mention again that startCommand() runs on the main thread.
Brad Fitzpatrick
2010-07-27
1
-1
/
+9
*
A little more improvement of the Service javadoc.
Dianne Hackborn
2010-04-15
1
-3
/
+49
*
Improve Service documentation with some samples.
Dianne Hackborn
2010-02-18
1
-0
/
+60
*
Fix sample code insertion.
Dianne Hackborn
2010-01-29
1
-4
/
+4
*
Update service example code.
Dianne Hackborn
2009-12-07
1
-0
/
+15
*
Update from API review.
Dianne Hackborn
2009-09-30
1
-6
/
+28
*
Fix bug where onStartCommand() was never called with a null intent.
Dianne Hackborn
2009-09-23
1
-11
/
+28
*
Add more control over a service's start state.
Dianne Hackborn
2009-08-24
1
-5
/
+108
[next]