summaryrefslogtreecommitdiff
path: root/core/java/android/os/ShellCommand.java
AgeCommit message (Expand)Author
2020-11-18Move BasicShellCommandHandler to frameworks/lib/modules-utilsChiachang Wang
2020-11-12Revert "Move BasicShellCommandHandler to frameworks/lib/modules-..."Dan Shi
2020-11-10Move BasicShellCommandHandler to frameworks/lib/modules-utilsChiachang Wang
2020-10-29Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-28Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-11-05Bidner shell command API proposalMakoto Onuki
2019-03-15Add @UnsupportedAppUsage annotationsAndrei Onea
2018-04-27Merge "Don't suggest writing to /tmp if we already are"Robin Lee
2017-12-18Don't suggest writing to /tmp if we already areRobin Lee
2017-11-21The pm command is no more.Dianne Hackborn
2017-10-31Fully implement "install" and "install-write" in PackageManagerShellCommand.Dianne Hackborn
2017-10-25Start removing remaining pm code to package managerDianne Hackborn
2016-10-25Adding "attach-agent" to ActivityManagerShellCommandLeonard Mosescu
2016-10-10Move the remaining am commands to ActivityManagerShellCommand.Dianne Hackborn
2016-09-29New infrastructure to switch remaining commands to "cmd" calls.Dianne Hackborn
2016-02-04Infrastructure for animating of maximizing pip activity.Filip Gruszczynski
2016-01-28Some small binder shell command improvements.Dianne Hackborn
2015-11-11Some debugging improvements.Dianne Hackborn
2015-11-09Move 'un/install' to cmdTodd Kennedy
2015-11-09Revert "Move 'un/install' to cmd"Todd Kennedy
2015-11-06Move 'un/install' to cmdTodd Kennedy
2015-10-29Implement shell commands for battery and activity services.Dianne Hackborn
2015-10-12Add new "shell command" feature to Binder objects.Dianne Hackborn