summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/ActivityManager.java
Commit message (Expand)AuthorAgeFilesLines
* Mark getRecentTasks() and getRunningTasks() as deprecated.Dianne Hackborn2014-05-301-1/+20
* Refactoring RecentsActivityValues into TaskDescription, and ensuring they are...Winson Chung2014-05-161-52/+78
* Adding method for applications to query their own tasks. (Bug 14627210)Winson Chung2014-05-141-2/+63
* Usage stats!Dianne Hackborn2014-05-081-7/+7
* Refactoring activity method to update recents values.Winson Chung2014-05-021-17/+114
* Make GET_TASKS signature|system.Dianne Hackborn2014-05-021-37/+6
* Switch IProcessObserver to report process stateDianne Hackborn2014-04-291-7/+9
* Initial implementation of new voice interaction API.Dianne Hackborn2014-04-241-0/+7
* Merge "Implement setActivityLabelAndIcon()."Craig Mautner2014-04-031-8/+4
|\
| * Implement setActivityLabelAndIcon().Craig Mautner2014-03-311-8/+4
* | Rename related users to profiles.Kenny Guy2014-04-021-3/+3
|/
* Add Activity methods for icons and labels.Craig Mautner2014-03-221-2/+28
* Add flag to allow fetching related users recent tasks.Kenny Guy2014-03-171-1/+16
* Add Lock Task Mode.Craig Mautner2014-03-131-0/+38
* Initial changes for recents.Winson Chung2014-03-111-0/+10
* DO NOT MERGE: Eliminate StackBox.Craig Mautner2013-12-191-94/+7
* Fix issue #11223338: Not retaining service started state while restartingDianne Hackborn2013-11-061-3/+6
* some javadoc improvements for virtual display andScott Main2013-10-161-2/+3
* Fix some doc issues.Dianne Hackborn2013-10-091-2/+7
* Merge "Return tasks in correct order." into klp-devCraig Mautner2013-09-191-0/+6
|\
| * Return tasks in correct order.Craig Mautner2013-09-191-0/+6
* | Support for "not the home app you're looking for" metadataChristopher Tate2013-09-191-0/+7
|/
* Fix issue #10671878: Proc stats needs to remove old data structuresDianne Hackborn2013-09-091-1/+6
* Merge "Hide stackId from prying eyes." into klp-devCraig Mautner2013-08-271-0/+1
|\
| * Hide stackId from prying eyes.Craig Mautner2013-08-261-0/+1
* | Make "low ram device" a readonly system propertyChristopher Tate2013-08-201-1/+1
|/
* Get ProcessStats callable from other processes.Dianne Hackborn2013-08-081-6/+2
* Switch proc stats to use new process state constants.Dianne Hackborn2013-07-151-11/+28
* Add new proc state constants and delivery.Dianne Hackborn2013-07-121-0/+33
* More work on procstats: save/restore state, fixes.Dianne Hackborn2013-06-281-0/+2
* New API: apps can request a wipe of their own dataChristopher Tate2013-06-271-1/+12
* Add new ActivityManager.isLowRamDevice().Dianne Hackborn2013-06-261-38/+20
* Use FastPrintWriter... everywhere.Dianne Hackborn2013-06-241-4/+7
* More work on process tracking.Dianne Hackborn2013-06-141-1/+2
* Add new API to retrieve a dumpsys of a single package.Dianne Hackborn2013-06-111-1/+56
* Add retrieval of StackBox info for more flexibilityCraig Mautner2013-05-241-8/+105
* Add stackId to RecentTaskInfoCraig Mautner2013-05-221-2/+11
* Revert "Add stackId to RecentTaskInfo"Craig Mautner2013-05-221-11/+2
* Add stackId to RecentTaskInfoCraig Mautner2013-05-221-2/+11
* Implement stack splitting and task movement.Craig Mautner2013-04-151-3/+69
* Add flag to method's javadoc.Craig Mautner2013-03-281-2/+2
* App ops: media ops, set up to be callable from native code.Dianne Hackborn2013-02-121-1/+24
* Fix issue #7311376: Add API to allow apps to know if they are...Dianne Hackborn2012-10-091-1/+1
* Switch to showing top-most thumbnail of recent apps.Dianne Hackborn2012-09-191-1/+11
* Flesh out multi-user in am commands.Dianne Hackborn2012-09-101-2/+4
* More multi-user stuff:Dianne Hackborn2012-09-071-0/+17
* Remove Binder.getOrigCallingUid().Dianne Hackborn2012-08-311-1/+27
* Merge "Start implementing concept of "running" users." into jb-mr1-devDianne Hackborn2012-08-291-0/+9
|\
| * Start implementing concept of "running" users.Dianne Hackborn2012-08-281-0/+9
* | Add initial multi-display support.Jeff Brown2012-08-291-1/+3
|/