index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
content
/
pm
/
ServiceInfo.java
Age
Commit message (
Expand
)
Author
2021-06-02
Clarify 'phoneCall' foreground service type
Christopher Tate
2020-04-21
Update some Parcelables to send Strings UTF-8.
Jeff Sharkey
2020-01-17
Add new foreground service type camera and microphone.
Hui Yu
2019-03-11
ServiceInfo: Add a new foreground service type for MediaProjection.
Narayan Kamath
2019-02-28
All Parcelable CREATOR fields are @NonNull.
Jeff Sharkey
2019-02-15
Add IntDef annotation to parameter foregroundServiceType.
Hui Yu
2019-01-31
Change foregroundServiceType from enum to flags
Hui Yu
2018-12-06
Add manifest service attribute foregroundServiceType
Hui Yu
2018-11-27
Add useAppZygote attibute to <service>.
Martijn Coenen
2017-08-31
Fix wrong dump output of *Info#flags
Yohei Yukawa
2017-04-25
Add concept of implicitly exposed components
Todd Kennedy
2016-12-12
Scope package manager queries for ephemeral apps
Todd Kennedy
2016-02-03
Make flags related for "external services" public
Mikhail Naganov
2016-01-12
Add external services, a way to run isolated processes as a different package.
Robert Sesek
2015-12-09
Add a mechanism for broadcasts to control background dispatching.
Dianne Hackborn
2013-09-11
Revert services assist context in KitKat
Adam Skory
2013-09-04
Add provideAssistData attr to public.xml
Adam Skory
2013-08-08
Fix the build
Ben Murdoch
2013-08-07
Extend assist context to foreground services
Adam Skory
2012-08-07
More mult-user API work.
Dianne Hackborn
2012-08-02
Add APIs for interacting across users.
Dianne Hackborn
2012-02-09
Add new feature for running services in "isolated" sandbox processes.
Dianne Hackborn
2011-04-12
Add APIs to remove tasks.
Dianne Hackborn
2010-03-11
Add correct copyright headers to multiple files
Kenny Root
2009-09-07
Implement all of the infrastructure for configuring wallpapers.
Dianne Hackborn
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2008-10-21
Initial Contribution
The Android Open Source Project