summaryrefslogtreecommitdiff
path: root/core/java/android/app/ActivityManager.java
Commit message (Expand)AuthorAgeFilesLines
* Allow AssistDataRequester to fetch AssistContent without AssistStructureJon Spivack2021-05-261-0/+3
* Determine whether to support activities in multi window (1/n)Chris Li2021-04-271-2/+3
* Add an excludedPermission arg to filter the set of apps that a broadcastAshwini Oruganti2021-04-121-1/+2
* Allow clients to register for listening to changes in capabilities.Sudheer Shanka2021-04-051-0/+3
* Adjust ACSD APIsBernardo Rufino2021-03-181-1/+0
* Exposed some testAPIs in ActivityManagerkholoud mohamed2021-03-171-1/+37
* Allow EJs to obtain new network capability.Sudheer Shanka2021-02-241-0/+33
* Merge "Proposal: Reduce the number of IPCs in PendingIntent" into sc-devSoonil Nagarkar2021-02-241-0/+67
|\
| * Proposal: Reduce the number of IPCs in PendingIntentSoonil Nagarkar2021-02-181-0/+67
* | Add new network process capability.Sudheer Shanka2021-02-191-2/+97
|/
* Save and pass last snapshot data with recents task infoWinson Chung2021-02-091-1/+77
* Configurable letterbox background.Mariia Sandrikova2021-02-021-10/+54
* Merge "Add start/stopProfile @SystemApi"Iavor-Valentin Iftime2021-01-191-0/+46
|\
| * Add start/stopProfile @SystemApiValentin Iftime2020-12-171-0/+46
* | Enable Intent.ACSD restrictionsBernardo Rufino2021-01-061-11/+2
|/
* Merge "Move TaskSnapshot into android.window package"Ming-Shin Lu2020-12-161-345/+0
|\
| * Move TaskSnapshot into android.window packageMing-Shin Lu2020-12-131-345/+0
* | Merge "Log on unauthorized Intent.ACTION_CLOSE_SYSTEM_DIALOGS"Bernardo Rufino2020-12-111-3/+35
|\ \ | |/ |/|
| * Log on unauthorized Intent.ACTION_CLOSE_SYSTEM_DIALOGSBernardo Rufino2020-12-101-3/+35
* | Merge "Optimized ActivityManager.getCurrentUser()"Felipe Leme2020-12-101-3/+1
|\ \ | |/ |/|
| * Optimized ActivityManager.getCurrentUser()felipeal2020-11-241-3/+1
* | Hand-migration to TypedXml interface.Jeff Sharkey2020-12-021-12/+12
* | Mechanically apply TypedXml refaster template.Jeff Sharkey2020-11-301-6/+3
* | Mechanical refactoring to new typed XML classes.Jeff Sharkey2020-11-301-2/+4
* | Switch some recent tasks calls from IATM to ATMWale Ogunwale2020-11-301-14/+6
|/
* Merge "Don't handle the system UI visibility at server side"Tiger Huang2020-11-181-13/+14
|\
| * Don't handle the system UI visibility at server sideTiger Huang2020-11-181-13/+14
* | Merge "Track changes during transitions and report to player"Evan Rosky2020-11-181-2/+2
|\ \ | |/ |/|
| * Track changes during transitions and report to playerEvan Rosky2020-11-171-2/+2
* | Merge "Enable instrumentation of system server on debuggable devices."Oli Lan2020-11-131-0/+6
|\ \ | |/ |/|
| * Enable instrumentation of system server on debuggable devices.Oli Lan2020-11-051-0/+6
* | Merge "ActivityManager: use proc state from compiled aidl"Chong Zhang2020-11-111-22/+31
|\ \
| * | ActivityManager: use proc state from compiled aidlChong Zhang2020-11-101-22/+31
* | | Reexpose ActivityManager#updateMccMncConfigurationHall Liu2020-11-091-3/+6
* | | Merge "Use op package name as the calling package while start activities"TreeHugger Robot2020-11-061-2/+2
|\ \ \
| * | | Use op package name as the calling package while start activitiesLouis Chang2020-10-271-2/+2
| | |/ | |/|
* | | Merge changes I581de3ff,I7d777c59Winson Chung2020-11-041-7/+4
|\ \ \ | |_|/ |/| |
| * | 4/ Add basic drag and drop policy & handler for the shellWinson Chung2020-11-021-7/+4
* | | Append organized child task info for task created by organizerJerry Chang2020-11-031-0/+9
|/ /
* | Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-16/+16
* | Merge "Revert "Add maxTargetSdk restriction to unused APIs.""Hongwei Wang2020-10-281-16/+16
|\ \
| * | Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-16/+16
* | | Merge "Remove stale comments from PROCESS_STATE_BOUND_TOP"Makoto Onuki2020-10-281-2/+1
|\ \ \
| * | | Remove stale comments from PROCESS_STATE_BOUND_TOPMakoto Onuki2020-10-231-2/+1
| | |/ | |/|
* | | Merge "Add maxTargetSdk restriction to unused APIs."Mathew Inwood2020-10-281-16/+16
|\ \ \ | | |/ | |/|
| * | Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-16/+16
| |/
* / Removing taking unrelated locks from holdLockvadimt2020-10-261-3/+4
|/
* Remove @TestApi from @SystemApi symbolsAnton Hansson2020-10-201-8/+7
* Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz2020-10-151-1/+1
* Expose the HomeVisibilityListener APIHall Liu2020-10-141-12/+25