1. 3bae780 Merge "Update task-on-home flag to task for every activity launch" by TreeHugger Robot · 5 years ago
  2. b45ee7e Update task-on-home flag to task for every activity launch by Louis Chang · 6 years ago
  3. 91240ce Merge "Add annotation to the performance sensitive methods" by TreeHugger Robot · 5 years ago
  4. a053643 Add annotation to the performance sensitive methods by Riddle Hsu · 5 years ago
  5. ac213c6 Move the block bg activity starts toast msg to string resources by Michal Karpinski · 5 years ago
  6. bac2364 Merge "Do not ask NEW_TASK flag" by TreeHugger Robot · 5 years ago
  7. 4026cae Push the device owner packageName from DPMS to ATMS by Michal Karpinski · 5 years ago
  8. c3e66d0 Do not ask NEW_TASK flag by Philip P. Moltmann · 5 years ago
  9. 9cbb20b Fix bugs for background activity starts from notifications by Michal Karpinski · 5 years ago
  10. 302dcec Allow device owner app to start activities from background by Michal Karpinski · 5 years ago
  11. daef80f Allow apps that are currently instrumenting with background activity by Michal Karpinski · 6 years ago
  12. 4fd5b84 Only log aborted activity background starts to TRON by Michal Karpinski · 6 years ago
  13. 95722b5 Add explicit SYSTEM_UID check to ActivityStarter#isUidPersistentSystemProcess() by Michal Karpinski · 6 years ago
  14. 88e1108 Merge changes from topic "multi-resume_with_fix" by Andrii Kulian · 6 years ago
  15. 6b32151 Multiple resumed activities by Andrii Kulian · 6 years ago
  16. 751e46ca Allow multiple tasks when reviewing permissions by Philip P. Moltmann · 6 years ago
  17. 291a7c6 Merge "Whitelist NFC_UID to open activities from background" by TreeHugger Robot · 6 years ago
  18. cc88d7e Extend temporary whitelisting mechanism to support trampolines by Michal Karpinski · 6 years ago
  19. e345fb2 Merge "Show a toast for background activity starts but only abort the start if the feature is enabled (it's disabled by default)" by Michal Karpinski · 6 years ago
  20. b416f47 Whitelist NFC_UID to open activities from background by Michal Karpinski · 6 years ago
  21. 83a15de Merge "Revert "Multiple resumed activities"" by TreeHugger Robot · 6 years ago
  22. f2d3f74 Revert "Multiple resumed activities" by Andrii Kulian · 6 years ago
  23. c02364c Show a toast for background activity starts but only abort the start by Michal Karpinski · 6 years ago
  24. f94673a Merge "Pass correct realCallingUid to startActivity() if provided by PendingIntentRecord#sendInner()" by TreeHugger Robot · 6 years ago
  25. 84d9ebd Pass correct realCallingUid to startActivity() if provided by Michal Karpinski · 6 years ago
  26. 5bca8b8 Multiple resumed activities by Andrii Kulian · 6 years ago
  27. d016285 Add a logcat message for aborted background activity starts by Michal Karpinski · 6 years ago
  28. 7093732 Merge "Add a new START_ACTIVITIES_FROM_BACKGROUND signature|privileged|vendorPrivileged|oem permission" by Michal Karpinski · 6 years ago
  29. 7b97a02 Add a new START_ACTIVITIES_FROM_BACKGROUND by Michal Karpinski · 6 years ago
  30. a606a29 Don't count toasts as visible windows by Michal Karpinski · 6 years ago
  31. ac116df Block activity starts from background when realCallingUid is by Michal Karpinski · 6 years ago
  32. 6fb1e84 Evaluating launch params with reusable task by Louis Chang · 6 years ago
  33. 832c173 Merge "When creating a stack for the recents animation, ensure it is not top most" by Winson Chung · 6 years ago
  34. 3a256e6 Removed DisplayWindowController (43/n). by Wale Ogunwale · 6 years ago
  35. 9344203 When creating a stack for the recents animation, ensure it is not top most by Winson Chung · 6 years ago
  36. 8b19de9 Renamed a few methods in ActivityRecord (42/n). by Wale Ogunwale · 6 years ago
  37. 0ad4e2f Allow background activity starts if realCallingUid is in the foreground by Michal Karpinski · 6 years ago
  38. e6fa972 Merge "Allow background activity starts for callers that have the same uid as the recents component" by TreeHugger Robot · 6 years ago
  39. 958462f Merge "Add a setting for background activity starts enabled state and basic rules for enforcement" by Michal Karpinski · 6 years ago
  40. d32da47 Remove root window hierarchy logic from ActivityStackSupervior (40/n) by Wale Ogunwale · 6 years ago
  41. 82bb590 Allow background activity starts for callers that have by Michal Karpinski · 6 years ago
  42. 8596ded Add a setting for background activity starts enabled state by Michal Karpinski · 6 years ago
  43. 54506cb Fix unable starting home on an empty display by Louis Chang · 6 years ago
  44. 20d9e2f Consider LaunchParams when creating new stack. by Garfield Tan · 6 years ago
  45. dd3592a Fix home can not be started while instrumenting by Louis Chang · 6 years ago
  46. 212d06c am: Add new LaunchObserver to track app launch sequences by Igor Murashkin · 6 years ago
  47. 5950709 Moved Activity management out of ActivityManager to WindowManager (37/n) by Wale Ogunwale · 6 years ago[Renamed (98%) from services/core/java/com/android/server/am/ActivityStarter.java]
  48. 588a3e8 Each displays can have individual app transition. by lumark · 6 years ago
  49. 9de1944 Mirror pending temp whitelist from AMS to ATMS (30/n) by Wale Ogunwale · 6 years ago
  50. bff2df4 Mirror active uids from AMS to ATMS (29/n) by Wale Ogunwale · 6 years ago
  51. 39ba54b Allow activities to be launched on VR 2D display by Louis Chang · 6 years ago
  52. ecb82d9 Merge "Pass in window layout when setting initial state." by TreeHugger Robot · 6 years ago
  53. 9887561 Moved some log config. to ActivityTaskManagerDebugConfig (21/n) by Wale Ogunwale · 6 years ago
  54. 706dbcb Pass in window layout when setting initial state. by Garfield Tan · 6 years ago
  55. 342fbe9 Moved more stuff from AMS to ATMS (20/n) by Wale Ogunwale · 6 years ago
  56. a87f032 Merge "Implement launch bounds logic in Android (2/3)" by TreeHugger Robot · 6 years ago
  57. b5cc09f Implement launch bounds logic in Android (2/3) by Garfield Tan · 6 years ago
  58. ceeb506 Clean up out of date logic for starting activity by Louis Chang · 6 years ago
  59. 214f348 Moved startHomeActivity methods from AMS to ATMS (19/n) by Wale Ogunwale · 6 years ago
  60. bd48dca Support launching home activity on secondary display by Louis Chang · 6 years ago
  61. 3d82416 Merge changes from topic "am_launch_times" by TreeHugger Robot · 6 years ago
  62. 132ee83 AM: Use ActivityMetricsLogger to get app launch times by Vishnu Nair · 6 years ago
  63. ee6eca1 Introducing PendingIntentController (17/n) by Wale Ogunwale · 6 years ago
  64. e746fb1 Merge "Moved more stuff from ActivityManagerService to ActivityTaskManagerService (15/n)" by Wale Ogunwale · 6 years ago
  65. 5378374 Moved more stuff from ActivityManagerService to ActivityTaskManagerService (15/n) by Wale Ogunwale · 6 years ago
  66. 81e4303 Merge "Support non-resizeable activities on secondary displays" by TreeHugger Robot · 6 years ago
  67. b70b36d Check preferred display for matching existing activity by Riddle Hsu · 6 years ago
  68. 1656713 Support non-resizeable activities on secondary displays by Riddle Hsu · 6 years ago
  69. bb23d53 Fix InstantAppRegistry for secondary users. by Hai Zhang · 6 years ago
  70. 201bc0c Log various information about non-foreground activity starts by Michal Karpinski · 6 years ago
  71. ab132ee Per-display resumed activities by Andrii Kulian · 6 years ago
  72. 906f9c6 Moved input time out handling to ActivityTaskManagerService (14/n) by Wale Ogunwale · 6 years ago
  73. 590c716 Merge "Moved URI grants code out of ActivityManagerService to its own service (13/n)" by Wale Ogunwale · 6 years ago
  74. 0f34175 Merge "Support non-standard activity type on secondary display" by TreeHugger Robot · 6 years ago
  75. 6c644e6 Always review permissions before <M app is started the first time by Philip P. Moltmann · 6 years ago
  76. 6d50dcc Moved URI grants code out of ActivityManagerService to its own service (13/n) by Wale Ogunwale · 6 years ago
  77. 6322c42 Support non-standard activity type on secondary display by Louis Chang · 6 years ago
  78. 5f750bc Rename getFocusedStack methods by Andrii Kulian · 6 years ago
  79. 52d255c Per-display focused stacks in AM by Andrii Kulian · 6 years ago
  80. f673393 Moved more stuff from ActivityManagerService to ActivityTaskManagerService (11/n) by Wale Ogunwale · 6 years ago
  81. 9e4f3e0 Introduced WindowProcessController/Listener (10/n) by Wale Ogunwale · 6 years ago
  82. a6191b4 Moved more stuff from ActivityManagerService to ActivityTaskManagerService (9/n) by Wale Ogunwale · 6 years ago
  83. c9e57de Switched ActivityStackSupervisor.mService to ActivityTaskManagerService (8/n) by Wale Ogunwale · 6 years ago
  84. 5fa8a8c Switched ActivityStack.mService to ActivityTaskManagerService (7/n) by Wale Ogunwale · 6 years ago
  85. d95c06b Switched TaskRecord.mService to ActivityTaskManagerService (6/n) by Wale Ogunwale · 6 years ago
  86. d0412b3 Switched ActivityRecord.service to ActivityTaskManagerService (5/n) by Wale Ogunwale · 6 years ago
  87. 65ebd95 Split interfaces and service for activities from current AM interfaces (1/n) by Wale Ogunwale · 6 years ago
  88. 31426b2 Whitelist ResolveActivity for explicit instant intents by Patrick Baumann · 6 years ago
  89. ba40d3a Fix issues starting recents animation when starting a new activity by Winson Chung · 6 years ago
  90. c9804e7 Allow recents component to launch non-exported activities by Winson Chung · 6 years ago
  91. cbcbf66 Filter instant app resolution based on logical UID by Svet Ganov · 6 years ago
  92. c8e4fad Make android:cantSaveState an optional feature. by Dianne Hackborn · 6 years ago
  93. 1a34274 Propagate calling UID to AM from LauncherApps by Makoto Onuki · 6 years ago
  94. 6fa41c3 Only allow using PendingRemAnimRegistry on top launched activity by Jorim Jaggi · 6 years ago
  95. 65317ba Merge "Properly remove activity from task on start failure." into pi-dev by Bryce Lee · 6 years ago
  96. 2b8e037 Properly remove activity from task on start failure. by Bryce Lee · 6 years ago
  97. e576def Merge "Show Recents if we are bringing a task forward in split-screen-primary" into pi-dev by Wale Ogunwale · 6 years ago
  98. 7d7973a Show Recents if we are bringing a task forward in split-screen-primary by Wale Ogunwale · 6 years ago
  99. 7838027 Fixes non-web AIA internal launch by Patrick Baumann · 6 years ago
  100. f65ee7e Do not set activity's task before clearing in some scenarios. by Bryce Lee · 6 years ago