summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/ActivityManager.java
Commit message (Expand)AuthorAgeFilesLines
* Immediately kill a shared user process on a permission revocation.Svetoslav2015-08-061-2/+2
* Fix issue #22531747: Assist info should declare if user has disabled...Dianne Hackborn2015-07-201-1/+1
* Allow callers holding PACKAGE_USAGE_STATS permission to call ActivityManager#...Adam Lesinski2015-06-241-1/+2
* Fix APIs.Dianne Hackborn2015-06-111-1/+3
* Fix issue #21571700: Need to be smarter about how foreground...Dianne Hackborn2015-06-081-13/+16
* Adding am send-trim-memory commandStefan Kuhne2015-06-051-66/+83
* Hide getPackageProcessState(), it is not ready yet.Dianne Hackborn2015-05-131-1/+1
* Hide API not ready for prime time.Jeff Sharkey2015-05-131-0/+2
* Permission UI - legacy apps supportSvet Ganov2015-05-051-1/+21
* Fail early when starting a background user activity.Wale Ogunwale2015-04-171-0/+7
* Return more information when getAppTasks#getTaskInfo is called.Wale Ogunwale2015-04-161-0/+23
* Fixes to idle alarm scheduling, package importance.Dianne Hackborn2015-04-141-24/+69
* More work on device idle mode and other power stuff.Dianne Hackborn2015-04-091-12/+18
* Various fixes and improvements...Dianne Hackborn2015-04-041-0/+41
* Runtime permissions: per user permission tracking.Svetoslav2015-03-231-1/+2
* More work on collecting assist data.Dianne Hackborn2015-03-121-0/+6
* Clean up the lock task APIs for COSU devices.Benjamin Franz2015-03-051-2/+30
* Add ProcessInfoService to activity manager.Ruben Brunk2015-01-301-0/+3
* Inform PendingIntent sender if broadcast was not queued.Amith Yamasani2014-11-071-0/+7
* Fix issue #17305377: Don't kill process if it still has tasks.Wale Ogunwale2014-11-041-12/+2
* Improve some docs, fix some debugging.Dianne Hackborn2014-10-091-5/+5
* Put in real "code" (aka marketing) name.Dianne Hackborn2014-10-071-2/+2
* Fix issue #17752399: Multiple apps broken by GET_TASKS permission changeDianne Hackborn2014-10-031-10/+1
* Fixing regression with black task bar background. (Bug 17584337)Winson Chung2014-09-291-2/+6
* Don't preload task description icons when opening recentsJorim Jaggi2014-09-261-7/+17
* Merge "Register ActivityManagerService.PackageMonitor for all users." into lm...Zoltan Szatmary-Ban2014-09-241-4/+12
|\
| * Register ActivityManagerService.PackageMonitor for all users.Zoltan Szatmary-Ban2014-09-231-4/+12
* | Remove activity icon bitmaps from system process.Craig Mautner2014-09-181-3/+80
|/
* Work on issue #17357238: Recents is often slow if not used in a whileDianne Hackborn2014-09-051-7/+14
* Add some @SystemApi tags for internal user-related APIsAmith Yamasani2014-09-031-1/+7
* Change API to return thumbnail size instead of individual dimensions. (Bug 17...Winson Chung2014-08-281-17/+7
* Merge "Fix issue #17179314: Make recents limits consistent" into lmp-devDianne Hackborn2014-08-271-3/+32
|\
| * Fix issue #17179314: Make recents limits consistentDianne Hackborn2014-08-261-3/+32
* | Add sample profiling option to am.Jeff Hao2014-08-261-7/+0
|/
* Merge "Fix issue #16311398: Limit number of documents a process can open" int...Dianne Hackborn2014-08-261-0/+34
|\
| * Fix issue #16311398: Limit number of documents a process can openDianne Hackborn2014-08-261-0/+34
* | Merge "Multiple performance changes to speed recents invocation/app launching...Winson Chung2014-08-261-0/+6
|\ \ | |/ |/|
| * Multiple performance changes to speed recents invocation/app launching time. ...Winson Chung2014-08-251-0/+6
* | Fix issue #16366571: UIDs for work and normal Chrome processes are the sameDianne Hackborn2014-08-231-1/+1
|/
* Fix issue #17038762: Add API to add entries to the recents listDianne Hackborn2014-08-201-3/+119
* Exposing taskDescription for apps to read from their own AppTasks. (Bug 16826...Winson Chung2014-08-081-2/+0
* Initial changes to add task affiliation styling. (Bug 16656169)Winson Chung2014-08-071-0/+9
* Make affiliatedTaskId public and unhidden.Craig Mautner2014-07-281-1/+0
* First iteration of a public UsageStats APIAdam Lesinski2014-07-181-21/+2
* Implement issue #16330060: Inform ActivityManager about WebView...Dianne Hackborn2014-07-161-1/+23
* Add missing lock task APIJason Monk2014-07-141-1/+4
* Add task affiliationCraig Mautner2014-07-111-0/+8
* Refactoring to support groups.Winson Chung2014-07-071-0/+8
* Use cached thumbnails in Recent tasks.Craig Mautner2014-07-021-59/+26
* Saving last TaskDescription for TaskRecord.Winson Chung2014-06-261-0/+24