1. ac095e5 Start OP_NO_ISOLATED_STORAGE on `am instrument --no-isolated-storage` by Nikita Ioffe · 4 years ago
  2. fdc9fe8 Swap default for disableTestApiChecks. by Artur Satayev · 4 years, 6 months ago
  3. e2ebc1b Add --no-test-api-acces to am instrument. by Artur Satayev · 4 years, 7 months ago
  4. 37d4c00 Convert frameworks/base/cmds/* to Android.bp by Colin Cross · 5 years ago
  5. 50307d9 Make am instrument capture logcat during test run, and return it to the host. by Joe Onorato · 5 years ago
  6. 8f99bff Add instrumentation flag to get access to full exteranl storage. by Sudheer Shanka · 6 years ago
  7. d5d4217 Add flag to AMS.startInstrumentation() to disable hidden API checks by David Brazdil · 6 years ago
  8. da3a295 Add instrumentation data to host proto lib by Mike Ma · 7 years ago
  9. d223982 Record proto to file in am instrument by Mike Ma · 7 years ago
  10. ca3872c Fully implement "install" and "install-write" in PackageManagerShellCommand. by Dianne Hackborn · 7 years ago
  11. decc397 Merge "Use -Werror in frameworks/base" am: 16fbd3a1d8 am: 0bfb717a37 by Chih-hung Hsieh · 7 years ago
  12. c7edf07 Use -Werror in frameworks/base by Chih-Hung Hsieh · 7 years ago
  13. 2e9ec5f Merge changes I93cf24d4,I32e438ef am: 30798ad13a am: c28d591b36 am: 59225490b8 by Dan Willemsen · 7 years ago
  14. d3eac26 Convert host tools to Android.bp by Dan Willemsen · 7 years ago
  15. 6fb2c97 Bit: Don't ignore errors and crashes by Makoto Onuki · 7 years ago
  16. 94e82d9b0 DO NOT MERGE ActivityView be gone! by Andrii Kulian · 7 years ago
  17. f6d6e9e Sort INSTRUMENTATION_STATUS keys on am instrument output by Makoto Onuki · 7 years ago
  18. e5b4404 Make --no-window-animation flag apply to animators, too by Chet Haase · 7 years ago
  19. dc589ac Update usage of ActivityManagerNative. by Sudheer Shanka · 8 years ago
  20. 2882406 Switch am command to go through "cmd activity". by Dianne Hackborn · 8 years ago
  21. f0c7198 am instrument gets protobuf by Joe Onorato · 8 years ago
  22. 6653780 Work around issue #32096507: 'am send broadcast' fails the second... by Dianne Hackborn · 8 years ago
  23. 331084d Move the remaining am commands to ActivityManagerShellCommand. by Dianne Hackborn · 8 years ago
  24. 354736e New infrastructure to switch remaining commands to "cmd" calls. by Dianne Hackborn · 8 years ago
  25. d31f346 Add error messages to send-trim-memory by John Reck · 8 years ago
  26. 2fde939 Fix off-by-one in am start -R (repeat) by Chong Zhang · 8 years ago
  27. 27d92e4 Move the 'pretend idle jobs can run now' broadcast into AMS by Christopher Tate · 8 years ago
  28. 435ce5f Allow setting fullscreen stack as target via adb shell by Andrii Kulian · 8 years ago
  29. a09b4d2 Remove unnecessary allocation+unboxing of objects. by Narayan Kamath · 8 years ago
  30. 01ee1b7 Allow to provide only a component name prefix to 'am instrument' by Philip P. Moltmann · 8 years ago
  31. bd91e2f Update PRE_BOOT_COMPLETED for FBE. by Jeff Sharkey · 8 years ago
  32. e75a9ad Added support to specify animation duration when resizing stack by Wale Ogunwale · 8 years ago
  33. d589663 Move more PM calls to ParceledListSlice. by Jeff Sharkey · 8 years ago
  34. bb8b481 Am.java: Use write-only file descriptors by Nick Kralevich · 8 years ago
  35. 4a18c26 Fix issue #27385109: control activity behavior without triggering... by Dianne Hackborn · 8 years ago
  36. 06e8ee0 Added AM API to remove a stack by Wale Ogunwale · 8 years ago
  37. faeb3eb Password security for FBE disk encryption keys by Paul Crowley · 8 years ago
  38. 25222f5 Merge "Add flag to "am start" to enable native debugging" by Tamas Berghammer · 8 years ago
  39. c17d8b7 Infrastructure for animating of maximizing pip activity. by Filip Gruszczynski · 8 years ago
  40. debd9a5 Allow specifying stack when starting activity in AM command. by Filip Gruszczynski · 8 years ago
  41. df6cb28 Add flag to "am start" to enable native debugging by Tamas Berghammer · 8 years ago
  42. b1faf60 Use resizeMode integer instead of resizeable boolean. by Wale Ogunwale · 8 years ago
  43. 84fa335 Animate pinned stack resizing. by Filip Gruszczynski · 8 years ago
  44. 3da5c97 Adjusting AMN#requestBugReport() to be able to invoke 3 types by Michal Karpinski · 8 years ago
  45. 52641bc Add am command for CTS tests for resizedDockedStack (1/2) by Jorim Jaggi · 8 years ago
  46. 4cc8633 Changed ActivityManager.requestBugreport() to take a 'progress' parameter. by Felipe Leme · 8 years ago
  47. 9cbfc9e Added DISALLOW_RUN_IN_BACKGROUND user restriction by Fyodor Kupolov · 9 years ago
  48. ba51235 More file-based encryption work. by Jeff Sharkey · 9 years ago
  49. 3cdb56e Some debugging improvements. by Dianne Hackborn · 9 years ago
  50. 3797c22 Added StackId object for checking what features a stack supports by Wale Ogunwale · 9 years ago
  51. 079a004 API for moving top activity in a stack to pinned stack. by Wale Ogunwale · 9 years ago
  52. 63afb86 Merge "Remove GLTrace support" by Pablo Ceballos · 9 years ago
  53. ffc11bb Don't set incorrect stack bounds when rotating screen in docked mode by Wale Ogunwale · 9 years ago
  54. a4d4e82 Remove GLTrace support by Pablo Ceballos · 9 years ago
  55. 0df68cd Do now allow current user to be removed by Fyodor Kupolov · 9 years ago
  56. 83301a9 Added am command to suppress config. changes during task resize. by Wale Ogunwale · 9 years ago
  57. 87b2172 Change resizeTask's parameter resizedByUser to constants by Chong Zhang · 9 years ago
  58. a59ac9c Preserve window during resize triggered relaunches. by Filip Gruszczynski · 9 years ago
  59. fc4662c Added am command for test docked stack resizing. by Wale Ogunwale · 9 years ago
  60. fc0ac9b Added am commands for testing task positioning/resizing by Wale Ogunwale · 9 years ago
  61. 2ccf49e Clean up USER_OWNER references in am/pm commands. by Xiaohui Chen · 9 years ago
  62. ddc1cb2 Added support for static vs. dynamic stacks by Wale Ogunwale · 9 years ago
  63. 66a3675 am 0e5a5161: am d79117c4: am 9ba771bb: am c2db381e: am 6b66a4a8: use findProcess instead of getProcess by John Reck · 9 years ago
  64. 0e5a516 am d79117c4: am 9ba771bb: am c2db381e: am 6b66a4a8: use findProcess instead of getProcess by John Reck · 9 years ago
  65. 6b66a4a use findProcess instead of getProcess by John Reck · 9 years ago
  66. 273639f am e6b1e0e1: am 72be5067: am af52ae07: am 2adcb40d: am 2ba3fec6: Merge "Support waiting for adb shell am stop-user to complete." into mnc-dev by Kenny Guy · 9 years ago
  67. e6b1e0e am 72be5067: am af52ae07: am 2adcb40d: am 2ba3fec6: Merge "Support waiting for adb shell am stop-user to complete." into mnc-dev by Kenny Guy · 9 years ago
  68. 2c7836b Support waiting for adb shell am stop-user to complete. by Kenny Guy · 9 years ago
  69. b5143ec am 1fa2a088: am 1281575c: am 41fac5e8: am 189f3136: am 98724126: Merge "Added sendBroadcastMultiplePermissions method" into mnc-dev by Fyodor Kupolov · 9 years ago
  70. 1fa2a08 am 1281575c: am 41fac5e8: am 189f3136: am 98724126: Merge "Added sendBroadcastMultiplePermissions method" into mnc-dev by Fyodor Kupolov · 9 years ago
  71. d4fd8c7 Added sendBroadcastMultiplePermissions method by Fyodor Kupolov · 9 years ago
  72. 19b4ef6 Merge "Don't NPE on command line parse failure." by Jarkko Pöyry · 9 years ago
  73. 4e5dac3 am 3fd5ebfd: am 7cc8de60: am 0ce19f8e: am 240f8e5f: am 3e07ee07: Merge "Grant installer and verifier install permissions robustly" into mnc-dev by Svetoslav · 9 years ago
  74. 3fd5ebf am 7cc8de60: am 0ce19f8e: am 240f8e5f: am 3e07ee07: Merge "Grant installer and verifier install permissions robustly" into mnc-dev by Svetoslav · 9 years ago
  75. 3e7d977 Grant installer and verifier install permissions robustly by Svetoslav · 9 years ago
  76. e8ce836 am 55cd6f44: am 6fe87a56: am 68ffcf88: Merge "Teach receivers, activities, providers, and services app ops." into mnc-dev by Svet Ganov · 9 years ago
  77. b582c670 Don't NPE on command line parse failure. by Jarkko Pöyry · 9 years ago
  78. 55cd6f4 am 6fe87a56: am 68ffcf88: Merge "Teach receivers, activities, providers, and services app ops." into mnc-dev by Svet Ganov · 9 years ago
  79. 99b6043 Teach receivers, activities, providers, and services app ops. by Svet Ganov · 9 years ago
  80. 80bea9c resolved conflicts for merge of 8fb82074 to master by Man Cao · 9 years ago
  81. 8fb8207 resolved conflicts for merge of 0f14548c to mnc-dev-plus-aosp by Mathieu Chartier · 9 years ago
  82. 8734458 am 0ebba0e1: am 53d0d065: am b21a77fe: Merge "Allow callers holding PACKAGE_USAGE_STATS permission to call ActivityManager#getPackageImportance()" into mnc-dev by Adam Lesinski · 9 years ago
  83. c30454c Allow callers holding PACKAGE_USAGE_STATS permission to call ActivityManager#getPackageImportance() by Adam Lesinski · 9 years ago
  84. cfa78b2 Add an AM option to start with allocation tracking by Man Cao · 9 years ago
  85. 8ee0c2c Merge "Add binder transaction tracking." by Rahul Chaturvedi · 9 years ago
  86. 52613f9 Add binder transaction tracking. by Rahul Chaturvedi · 9 years ago
  87. a750a63 Fix issue #21814207 and issue #21814212 (alarm manager) by Dianne Hackborn · 9 years ago
  88. f36a0f5 Added new options (--eial, --elal, --efal, and --esal) to pass multiple extras as ArrayList instead of Array. by Felipe Leme · 9 years ago
  89. 16045c2 Adding am send-trim-memory command by Stefan Kuhne · 9 years ago
  90. e5f3304 Rename *AppIdle to *AppInactive per api-council by Amith Yamasani · 9 years ago
  91. cf76872 Add ability to get and set idle state of apps by Amith Yamasani · 9 years ago
  92. 0bd2aa7 Fail early when starting a background user activity. by Wale Ogunwale · 9 years ago
  93. 1e38382 Fixes to idle alarm scheduling, package importance. by Dianne Hackborn · 9 years ago
  94. d59a5d5 Various fixes and improvements... by Dianne Hackborn · 9 years ago
  95. 34faab5 Add --sampling to am profile start by John Reck · 9 years ago
  96. b9a5e4a Add new debug feature to automatically create heap dumps. by Dianne Hackborn · 9 years ago
  97. 08c7116 Remove unused imports in frameworks/base. by John Spurlock · 9 years ago
  98. 53a29a9 Added ActivityManager API and AM command to resize a task. by Wale Ogunwale · 9 years ago
  99. 5e789f0 Fixed bug in 'am stack split' command. by Wale Ogunwale · 9 years ago
  100. 2c5763a Am command to split a stack. by Wale Ogunwale · 9 years ago