1. a053643 Add annotation to the performance sensitive methods by Riddle Hsu · 5 years ago
  2. 4026cae Push the device owner packageName from DPMS to ATMS by Michal Karpinski · 5 years ago
  3. 302dcec Allow device owner app to start activities from background by Michal Karpinski · 5 years ago
  4. 4bc5649 Minor refactoring for instrumenting with background activity starts permission by Michal Karpinski · 5 years ago
  5. daef80f Allow apps that are currently instrumenting with background activity by Michal Karpinski · 6 years ago
  6. 4fd5b84 Only log aborted activity background starts to TRON by Michal Karpinski · 6 years ago
  7. 291a7c6 Merge "Whitelist NFC_UID to open activities from background" by TreeHugger Robot · 6 years ago
  8. b416f47 Whitelist NFC_UID to open activities from background by Michal Karpinski · 6 years ago
  9. c02364c Show a toast for background activity starts but only abort the start by Michal Karpinski · 6 years ago
  10. 976ca47 Remove createActivityTaskManagerService and setupActivityTaskManagerService by Wale Ogunwale · 6 years ago
  11. 279f558 Remove StackWindowController and StackWindowListener (46/n) by Yunfan Chen · 6 years ago
  12. a606a29 Don't count toasts as visible windows by Michal Karpinski · 6 years ago
  13. ac116df Block activity starts from background when realCallingUid is by Michal Karpinski · 6 years ago
  14. 6fb1e84 Evaluating launch params with reusable task by Louis Chang · 6 years ago
  15. dfe3da7 Move policy handling into ATM hierarchy [3/n] by Evan Rosky · 6 years ago
  16. 8b19de9 Renamed a few methods in ActivityRecord (42/n). by Wale Ogunwale · 6 years ago
  17. 0ad4e2f Allow background activity starts if realCallingUid is in the foreground by Michal Karpinski · 6 years ago
  18. e6fa972 Merge "Allow background activity starts for callers that have the same uid as the recents component" by TreeHugger Robot · 6 years ago
  19. 958462f Merge "Add a setting for background activity starts enabled state and basic rules for enforcement" by Michal Karpinski · 6 years ago
  20. d32da47 Remove root window hierarchy logic from ActivityStackSupervior (40/n) by Wale Ogunwale · 6 years ago
  21. 82bb590 Allow background activity starts for callers that have by Michal Karpinski · 6 years ago
  22. 8596ded Add a setting for background activity starts enabled state by Michal Karpinski · 6 years ago
  23. a7a6695 Switch to mockito-extended by Tadashi G. Takaoka · 6 years ago
  24. 38f72bd Revert "Added mockito-extended support to WmTests." by Wale Ogunwale · 6 years ago
  25. 953fd22 Added mockito-extended support to WmTests. by Wale Ogunwale · 6 years ago
  26. 20d9e2f Consider LaunchParams when creating new stack. by Garfield Tan · 6 years ago
  27. 5950709 Moved Activity management out of ActivityManager to WindowManager (37/n) by Wale Ogunwale · 6 years ago[Renamed (98%) from services/tests/wmtests/src/com/android/server/am/ActivityStarterTests.java]
  28. 74ccec2 Move ActivityManager tests to WmTests by Tadashi G. Takaoka · 6 years ago[Renamed (96%) from services/tests/servicestests/src/com/android/server/am/ActivityStarterTests.java]
  29. 387b34c Made a few ATMS methods public that can be accessed from AMS (35/n) by Wale Ogunwale · 6 years ago
  30. fd4a050 Fix unused new stack when bring existing activity to front by Riddle Hsu · 6 years ago
  31. ecb82d9 Merge "Pass in window layout when setting initial state." by TreeHugger Robot · 6 years ago
  32. 9887561 Moved some log config. to ActivityTaskManagerDebugConfig (21/n) by Wale Ogunwale · 6 years ago
  33. 706dbcb Pass in window layout when setting initial state. by Garfield Tan · 6 years ago
  34. 342fbe9 Moved more stuff from AMS to ATMS (20/n) by Wale Ogunwale · 6 years ago
  35. 75157d7 Introduce process configuration to WindowProcessController by Yunfan Chen · 6 years ago
  36. 3d294e7 Revert "Move AM/WM unit tests out of FrameworksServicesTests to WmTests" by John Reck · 6 years ago[Renamed (99%) from services/tests/wmtests/src/com/android/server/am/ActivityStarterTests.java]
  37. 337db2d Move AM/WM unit tests out of FrameworksServicesTests to WmTests by Tadashi G. Takaoka · 6 years ago[Renamed (99%) from services/tests/servicestests/src/com/android/server/am/ActivityStarterTests.java]
  38. b70b36d Check preferred display for matching existing activity by Riddle Hsu · 6 years ago
  39. a26eda9 Migrate frameworks/base/services/tests/servicestests to androidx.test by Brett Chabot · 6 years ago
  40. 201bc0c Log various information about non-foreground activity starts by Michal Karpinski · 6 years ago
  41. 819a6d6 Merge "Always review permissions before <M app is started the first time" by Philip P. Moltmann · 6 years ago
  42. 6c644e6 Always review permissions before <M app is started the first time by Philip P. Moltmann · 6 years ago
  43. 152623f Remove refs to BatteryStats in ProcessRecord by Bookatz · 6 years ago
  44. 6a6c4f1 Update tests for new focus tracking by Andrii Kulian · 6 years ago
  45. 9e4f3e0 Introduced WindowProcessController/Listener (10/n) by Wale Ogunwale · 6 years ago
  46. a6191b4 Moved more stuff from ActivityManagerService to ActivityTaskManagerService (9/n) by Wale Ogunwale · 6 years ago
  47. c9e57de Switched ActivityStackSupervisor.mService to ActivityTaskManagerService (8/n) by Wale Ogunwale · 6 years ago
  48. d95c06b Switched TaskRecord.mService to ActivityTaskManagerService (6/n) by Wale Ogunwale · 6 years ago
  49. 65ebd95 Split interfaces and service for activities from current AM interfaces (1/n) by Wale Ogunwale · 6 years ago
  50. c9804e7 Allow recents component to launch non-exported activities by Winson Chung · 6 years ago
  51. 2b8e037 Properly remove activity from task on start failure. by Bryce Lee · 6 years ago
  52. e9d9b4b Fix issue #77230164: Add app op to control foreground services by Dianne Hackborn · 6 years ago
  53. 32e09ef Distinguish between bringing stack to front and delivering to top. by Bryce Lee · 6 years ago
  54. ad5b832 Add unit test to verify option propagation from starter to modifier. by Bryce Lee · 6 years ago
  55. fbd263b4 Do not depend on task activities decrementing with finish. by Bryce Lee · 6 years ago
  56. 4d8d32c Fix issue with permission check for shortcuts and pendingIntent by Jorim Jaggi · 7 years ago
  57. daa91e4 Recycle ActivityStarter instances. by Bryce Lee · 7 years ago
  58. 4c9a597 Provide start parameters via setters on ActivityStarter. by Bryce Lee · 7 years ago
  59. d3624e1 Make ActivityStarter single use. by Bryce Lee · 7 years ago
  60. b802ea1 Provide activity details for task layout in ActivityStarter. by Bryce Lee · 7 years ago
  61. f3c6a47 Store bounds in WindowConfiguration. by Bryce Lee · 7 years ago
  62. ba8f442 Get PackageManager on demand in ActivityStarter. by Bryce Lee · 7 years ago
  63. 93e7f79 Add tests to exercise ActivityStarter precondition failures. by Bryce Lee · 7 years ago
  64. 18d5159 Cleanup activity and task creation in unit tests. by Bryce Lee · 7 years ago
  65. 7daee39 ActivityStarter cleanup by Bryce Lee · 7 years ago
  66. 44f036f Removed remaining use of static stack ids. by Wale Ogunwale · 7 years ago
  67. 4e4a3ec Consolidate updating bounds in ActivityStarter. by Bryce Lee · 7 years ago