summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/ActivityManager.java
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Improve multi-user app management.Dianne Hackborn2012-08-211-0/+7
* Refactor for multi-display support.Jeff Brown2012-08-191-1/+4
* Rename UserId to UserHandle.Dianne Hackborn2012-08-161-4/+4
* Start the correct settings from the status bar.Amith Yamasani2012-08-081-1/+30
* More mult-user API work.Dianne Hackborn2012-08-071-0/+12
* Extend process observer to be usable for media routing.Dianne Hackborn2012-05-311-0/+7
* Fix activity resolver, issues #6519130 and #6507239Dianne Hackborn2012-05-181-2/+37
* Add new API to find total RAM.Dianne Hackborn2012-05-091-2/+11
* Fix launcher icon size for tvdpi.Dianne Hackborn2012-04-261-2/+6
* Update process importance documentation.Dianne Hackborn2012-04-261-4/+44
* TaskStackBuilder and Activity navigation features for frameworkAdam Powell2012-04-051-1/+0
* Add new thumbnail animation.Dianne Hackborn2012-03-231-2/+19
* Add new "options" argument to all startActivity APIs.Dianne Hackborn2012-03-141-0/+148
* Work on more low memory reporting to apps.Dianne Hackborn2012-03-061-3/+30
* Multi-user - 1st major checkinAmith Yamasani2012-02-031-1/+2
* Add xxhdpi; fix ActivityManager.getLauncherLargeIconSize() etc.Dianne Hackborn2012-01-251-8/+18
* Fix issue #5263361: Browser instance not created in application pickerDianne Hackborn2011-09-081-0/+8
* New API to determine if device has lots of RAM.Dianne Hackborn2011-08-241-0/+18
* Don't use HW accel drawing in lock screen on lower-end devices.Dianne Hackborn2011-08-121-0/+29
* Move OOM kernel settings to activity manager.Dianne Hackborn2011-08-071-0/+17
* Expose app resume times to the ApplicationProvider.Mark Brophy2011-07-101-0/+18
* resolved conflicts for merge of 590ec479 to masterDianne Hackborn2011-05-311-0/+19
|\
| * Spiffy new compatibility mode UI.Dianne Hackborn2011-05-251-0/+19
* | am dda64e9a: am 51454295: am df9799f0: Fix build.Dianne Hackborn2011-05-121-0/+3
|\ \ | |/
| * Fix build.Dianne Hackborn2011-05-121-0/+3
* | resolved conflicts for merge of 0e59729b to masterDianne Hackborn2011-05-121-0/+76
|\ \ | |/
| * New compat mode front end: UI and persistence.Dianne Hackborn2011-05-121-0/+76
* | Add APIs to remove tasks.Dianne Hackborn2011-04-121-11/+50
* | Merge "Package manager changes to store and update user information."Amith Yamasani2011-04-111-4/+18
|\ \
| * | Package manager changes to store and update user information.Amith Yamasani2011-04-111-4/+18
| |/
* | Merge "Rework thumbnails in activity manager."Dianne Hackborn2011-04-081-2/+65
|\ \
| * | Rework thumbnails in activity manager.Dianne Hackborn2011-04-081-2/+65
| |/
* | Remove the deprecated things from Config.java. These haven't been working sin...Joe Onorato2011-04-071-2/+1
|/
* Fix issue #4066157: ActivityManager.getMemoryClass() returning large memory c...Dianne Hackborn2011-03-081-1/+1
* Fixed NPE in ActivityManager's launch count service.Peter Visontay2011-03-021-1/+6
* ActivityManager exposes launch count API.Peter Visontay2011-02-221-0/+31
* Rework thumbnail API to not suffer from IPC failures.Dianne Hackborn2011-02-161-19/+24
* Add API for preferred Launcher icon size and densityKenny Root2011-01-261-1/+65
* Hook up large heap API.Dianne Hackborn2011-01-191-2/+5
* Add API to get path to OBBs.Dianne Hackborn2011-01-161-4/+6
* Add manifest API to request a large heap.Dianne Hackborn2011-01-161-0/+3
* Add ActivityManager#isRunningInTestHarness() public API.Brett Chabot2011-01-091-0/+7