summaryrefslogtreecommitdiff
path: root/core/java/android/os/ShellCommand.java
Commit message (Expand)AuthorAgeFilesLines
* Move BasicShellCommandHandler to frameworks/lib/modules-utilsChiachang Wang2020-11-181-7/+1
* Revert "Move BasicShellCommandHandler to frameworks/lib/modules-..."Dan Shi2020-11-121-1/+7
* Move BasicShellCommandHandler to frameworks/lib/modules-utilsChiachang Wang2020-11-101-7/+1
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-1/+1
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-1/+1
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-1/+1
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Bidner shell command API proposalMakoto Onuki2019-11-051-280/+15
* Add @UnsupportedAppUsage annotationsAndrei Onea2019-03-151-0/+2
* Merge "Don't suggest writing to /tmp if we already are"Robin Lee2018-04-271-1/+5
|\
| * Don't suggest writing to /tmp if we already areRobin Lee2017-12-181-1/+5
* | The pm command is no more.Dianne Hackborn2017-11-211-1/+11
* | Fully implement "install" and "install-write" in PackageManagerShellCommand.Dianne Hackborn2017-10-311-3/+3
* | Start removing remaining pm code to package managerDianne Hackborn2017-10-251-1/+36
|/
* Adding "attach-agent" to ActivityManagerShellCommandLeonard Mosescu2016-10-251-1/+1
* Move the remaining am commands to ActivityManagerShellCommand.Dianne Hackborn2016-10-101-0/+19
* New infrastructure to switch remaining commands to "cmd" calls.Dianne Hackborn2016-09-291-4/+13
* Infrastructure for animating of maximizing pip activity.Filip Gruszczynski2016-02-041-0/+10
* Some small binder shell command improvements.Dianne Hackborn2016-01-281-6/+74
* Some debugging improvements.Dianne Hackborn2015-11-111-5/+21
* Move 'un/install' to cmdTodd Kennedy2015-11-091-0/+11
* Revert "Move 'un/install' to cmd"Todd Kennedy2015-11-091-11/+0
* Move 'un/install' to cmdTodd Kennedy2015-11-061-0/+11
* Implement shell commands for battery and activity services.Dianne Hackborn2015-10-291-1/+2
* Add new "shell command" feature to Binder objects.Dianne Hackborn2015-10-121-0/+192