1. ca4d842 Rename the binder call createActivityContainer by Todd Kennedy · 9 years ago
  2. dbea3cd Better am error when SELinux blocking access. by Jeff Sharkey · 10 years ago
  3. 24b1c23 Fix issue #15828903: Intent.parseUri allows call to FLAG_GRANT_*_URI_PERMISSION by Dianne Hackborn · 10 years ago
  4. 85d558c Add Activity API to get referrer information. by Dianne Hackborn · 10 years ago
  5. 795893e More flexible intent extra parsing. by Daniel Sandler · 10 years ago
  6. ab4a81b Improve some docs, fix some debugging. by Dianne Hackborn · 10 years ago
  7. 979e40e Adds the ability to start a user in background by Alexandra Gherghina · 10 years ago
  8. 6cfbb71 Fix issue #17536024: The am start's wait option doesn't... by Dianne Hackborn · 10 years ago
  9. f58e532 Merge "Apply cross-user restrictions to Shell" into lmp-dev by Amith Yamasani · 10 years ago
  10. 8cd28b5 Apply cross-user restrictions to Shell by Amith Yamasani · 10 years ago
  11. 65e76d1 Output recent configs in am get-config command by Adam Lesinski · 10 years ago
  12. 1b012d3 Add sample profiling option to am. by Jeff Hao · 10 years ago
  13. b9583c9 Turn on debugging override of idle time by Christopher Tate · 10 years ago
  14. afc00e1 Change am get-config command to use ABI string array by Adam Lesinski · 10 years ago
  15. 2c749d2 New command to get device config by Adam Lesinski · 10 years ago
  16. dfed4bc am f7871c31: am b9b31f4b: am bd4d3203: Merge "Support an ABI flag for instrumentation." by Narayan Kamath · 10 years ago
  17. f7871c3 am b9b31f4b: am bd4d3203: Merge "Support an ABI flag for instrumentation." by Narayan Kamath · 10 years ago
  18. 8dcfefd Support an ABI flag for instrumentation. by Narayan Kamath · 10 years ago
  19. 91097de Initial implementation of new voice interaction API. by Dianne Hackborn · 10 years ago
  20. 846318a Allow prefix-based Uri permission grants. by Jeff Sharkey · 10 years ago
  21. aea74a5 Add Lock Task Mode. by Craig Mautner · 10 years ago
  22. 28600e2 Adds support for array string extra. by Dale Hawkins · 10 years ago
  23. e0a3884 Extend stack management to other displays. by Craig Mautner · 11 years ago
  24. 4a1cb22 Pair ActivityStacks with Displays by Craig Mautner · 11 years ago
  25. bdc748af DO NOT MERGE: Eliminate StackBox. by Craig Mautner · 11 years ago
  26. 7625c84 Fix am argument ordering documentation. by Jeff Sharkey · 11 years ago
  27. 35f72be Implement issue #10691359: Kill long-running processes by Dianne Hackborn · 11 years ago
  28. c0046f2 Add #! to 'am' shell script by Andy McFadden · 11 years ago
  29. 57a7f59 Add "adb shell am restart" command. by Dianne Hackborn · 11 years ago
  30. f2ca6e2 Add stopservice command to am by Marco Nelissen · 11 years ago
  31. 4d7dc1a Fix a typo by Evan Charlton · 11 years ago
  32. fd1ce8d Add new API getStackBoxInfo by Craig Mautner · 11 years ago
  33. 5a44915 Convert API refs to StackBox from ActivityStack. by Craig Mautner · 11 years ago
  34. 5ff1210 Add retrieval of StackBox info for more flexibility by Craig Mautner · 11 years ago
  35. 1602ec2 Log stack issues and start resize effort. by Craig Mautner · 11 years ago
  36. befa8b5 Revert "Log stack issues and start resize effort." by Guang Zhu · 11 years ago
  37. b0245ed Log stack issues and start resize effort. by Craig Mautner · 11 years ago
  38. 1d69bad resolved conflicts for merge of a98b0ff8 to master by Kenny Root · 11 years ago
  39. add5821 resolved conflicts for merge of 485d7a31 to master by Kenny Root · 11 years ago
  40. 8bd64df Help for the debugging help for issue #8734824. by Dianne Hackborn · 11 years ago
  41. 5b88a2f Debugging help for issue #8734824: WATCHDOG KILLING SYSTEM PROCESS by Dianne Hackborn · 11 years ago
  42. 4cd0c13f Incremental repairs to side by side stacks. by Craig Mautner · 11 years ago
  43. 967212c Implement stack splitting and task movement. by Craig Mautner · 11 years ago
  44. 79f7ec7 Have audio service clean up new receivers in crashing processes. by Dianne Hackborn · 11 years ago
  45. 02ffba9 Handle finished bugreports, share from private. by Jeff Sharkey · 11 years ago
  46. 33c29b0 Use BUILD_PREBUILT to install the shell script by Ying Wang · 11 years ago
  47. c652de8 Implement display overscan support. by Dianne Hackborn · 11 years ago
  48. f51f612 App ops: new operations for SMS. by Dianne Hackborn · 11 years ago
  49. f265ea9 App ops: vibration, neighboring cells, dialing, etc. by Dianne Hackborn · 11 years ago
  50. 80943d8 Adding UI test automation APIs. by Svetoslav Ganov · 12 years ago
  51. c0bd747 Further work on issue #7307399: Framework needs a new pre-user-shutdown... by Dianne Hackborn · 12 years ago
  52. d4ac8d7 Fix issue #7211769 and #7244492, thrash around on #7226656. by Dianne Hackborn · 12 years ago
  53. b12e135 Maybe fix issue #7211766: bindService() to User u0 While u10 is... by Dianne Hackborn · 12 years ago
  54. 43aa159 Allow adb shell am display-size to use bigger sizes. by Jeff Brown · 12 years ago
  55. 1676c85 Flesh out multi-user in am commands. by Dianne Hackborn · 12 years ago
  56. 649d0d7 Merge "More multi-user stuff:" into jb-mr1-dev by Dianne Hackborn · 12 years ago
  57. 5e03e2c More multi-user stuff: by Dianne Hackborn · 12 years ago
  58. 3065963 Wrapped call to notifyAll() in a synchronized block by Felipe Leme · 12 years ago
  59. e2bdca5 Fix my fix. by Dianne Hackborn · 12 years ago
  60. 52fba38 Fix build. by Dianne Hackborn · 12 years ago
  61. 80a4af2 Start implementing concept of "running" users. by Dianne Hackborn · 12 years ago
  62. 7e0e19d Restore man page entries. by Dianne Hackborn · 12 years ago
  63. 7767eac Keep track of whether an app is installed for each user. by Dianne Hackborn · 12 years ago
  64. dde331c We can now (kind-of) change screen density on the fly. by Dianne Hackborn · 12 years ago
  65. 59c0097 Introduce multiple displays with DisplayContent. by Craig Mautner · 12 years ago
  66. fd3d009 Remove some unnecessary man page entries by Amith Yamasani · 12 years ago
  67. 13b9073 Remove unused, obsolete debug code by Romain Guy · 12 years ago
  68. 7df7d20 Fix issue #4499996: LiveWallpaperPreview activity intent filter by Dianne Hackborn · 12 years ago
  69. 483f3b0 Package restrictions per user by Amith Yamasani · 12 years ago
  70. a4972e9 Add new "options" argument to all startActivity APIs. by Dianne Hackborn · 12 years ago
  71. 92a8b22 ActivityManager: add option to allow OpenGL trace. by Siva Velusamy · 12 years ago
  72. 3a2ce93 Add the ability to pass float extras to AM. by Mike J. Chen · 13 years ago
  73. 742a671 Multi-user - 1st major checkin by Amith Yamasani · 13 years ago
  74. f5b8671 Fix issue #5714517: App shortcuts can result in bad task intents by Dianne Hackborn · 13 years ago
  75. d8c98fe Improve low memory dropbox reporting. by Dianne Hackborn · 13 years ago
  76. e4d4fbc Add drop box reports of low memory. by Dianne Hackborn · 13 years ago
  77. 2c84cfc Various performance and other work. by Dianne Hackborn · 13 years ago
  78. 0bb1e91 Small improvements to am command. by Dianne Hackborn · 13 years ago
  79. 62f20ec Add new am option to profile the launching of an activity. by Dianne Hackborn · 13 years ago
  80. 7eabe55 Add looper profiling to adb shell am by Romain Guy · 13 years ago
  81. 8ffb0c0 allow Uri as intent extra in am command by Guang Zhu · 13 years ago
  82. 46d1103 Small cleanup of am/pm commands. by Dianne Hackborn · 13 years ago
  83. 351f322 Add force-stop subcommand for 'am'. by Xianzhu Wang · 13 years ago
  84. 7916ac6 Add new command line option to change global screen size. by Dianne Hackborn · 13 years ago
  85. 0f1de9a New compat mode front end: UI and persistence. by Dianne Hackborn · 13 years ago
  86. e2515ee Better compat mode part one: start scaling windows. by Dianne Hackborn · 13 years ago
  87. 62f2ada Add missing NOTICE entries. by David Deephanphongs · 14 years ago
  88. 405e012 am deaa8ff1: am a7ef18fc: Merge "Some debugging support." into gingerbread by Dianne Hackborn · 14 years ago
  89. f123e49 Some debugging support. by Dianne Hackborn · 14 years ago
  90. 846df9f resolved conflicts for merge of 8952a448 to master by Dianne Hackborn · 14 years ago
  91. 287952c Fix issue #3022508: Crash during media scan by Dianne Hackborn · 14 years ago
  92. 2d1b7a2 Add support for giving arrays of ints and longs to the "am" command. by Jack Veenstra · 14 years ago
  93. f9b5eed Doc Change:ActivityManager usage doc:running test package by Joe Malin · 14 years ago
  94. 6a69b4f Add --el option to am for long extras. by Makoto Onuki · 14 years ago
  95. 7b75054 Fix incorrect usage text for am. by Daniel Sandler · 14 years ago
  96. 824c510 Allow "am" to initiate heap dumps. by Andy McFadden · 14 years ago
  97. d6c0bb0 merge from open-source master by The Android Open Source Project · 14 years ago
  98. 746a95a Removed Calls to deprecated APIs by Christian Mehlmauer · 14 years ago
  99. 69acb6b Unify am startservice commands. by Jean-Baptiste Queru · 14 years ago
  100. d4dd85d Allow Am to start services by Anthony Newnam · 14 years ago