summaryrefslogtreecommitdiff
path: root/core/java/android/content/pm/ServiceInfo.java
AgeCommit message (Expand)Author
2021-06-02Clarify 'phoneCall' foreground service typeChristopher Tate
2020-04-21Update some Parcelables to send Strings UTF-8.Jeff Sharkey
2020-01-17Add new foreground service type camera and microphone.Hui Yu
2019-03-11ServiceInfo: Add a new foreground service type for MediaProjection.Narayan Kamath
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2019-02-15Add IntDef annotation to parameter foregroundServiceType.Hui Yu
2019-01-31Change foregroundServiceType from enum to flagsHui Yu
2018-12-06Add manifest service attribute foregroundServiceTypeHui Yu
2018-11-27Add useAppZygote attibute to <service>.Martijn Coenen
2017-08-31Fix wrong dump output of *Info#flagsYohei Yukawa
2017-04-25Add concept of implicitly exposed componentsTodd Kennedy
2016-12-12Scope package manager queries for ephemeral appsTodd Kennedy
2016-02-03Make flags related for "external services" publicMikhail Naganov
2016-01-12Add external services, a way to run isolated processes as a different package.Robert Sesek
2015-12-09Add a mechanism for broadcasts to control background dispatching.Dianne Hackborn
2013-09-11Revert services assist context in KitKatAdam Skory
2013-09-04Add provideAssistData attr to public.xmlAdam Skory
2013-08-08Fix the buildBen Murdoch
2013-08-07Extend assist context to foreground servicesAdam Skory
2012-08-07More mult-user API work.Dianne Hackborn
2012-08-02Add APIs for interacting across users.Dianne Hackborn
2012-02-09Add new feature for running services in "isolated" sandbox processes.Dianne Hackborn
2011-04-12Add APIs to remove tasks.Dianne Hackborn
2010-03-11Add correct copyright headers to multiple filesKenny Root
2009-09-07Implement all of the infrastructure for configuring wallpapers.Dianne Hackborn
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project