index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
os
/
ShellCommand.java
Age
Commit message (
Expand
)
Author
2020-11-18
Move BasicShellCommandHandler to frameworks/lib/modules-utils
Chiachang Wang
2020-11-12
Revert "Move BasicShellCommandHandler to frameworks/lib/modules-..."
Dan Shi
2020-11-10
Move BasicShellCommandHandler to frameworks/lib/modules-utils
Chiachang Wang
2020-10-29
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-28
Revert "Add maxTargetSdk restriction to unused APIs."
Hongwei Wang
2020-10-27
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-11-05
Bidner shell command API proposal
Makoto Onuki
2019-03-15
Add @UnsupportedAppUsage annotations
Andrei Onea
2018-04-27
Merge "Don't suggest writing to /tmp if we already are"
Robin Lee
2017-12-18
Don't suggest writing to /tmp if we already are
Robin Lee
2017-11-21
The pm command is no more.
Dianne Hackborn
2017-10-31
Fully implement "install" and "install-write" in PackageManagerShellCommand.
Dianne Hackborn
2017-10-25
Start removing remaining pm code to package manager
Dianne Hackborn
2016-10-25
Adding "attach-agent" to ActivityManagerShellCommand
Leonard Mosescu
2016-10-10
Move the remaining am commands to ActivityManagerShellCommand.
Dianne Hackborn
2016-09-29
New infrastructure to switch remaining commands to "cmd" calls.
Dianne Hackborn
2016-02-04
Infrastructure for animating of maximizing pip activity.
Filip Gruszczynski
2016-01-28
Some small binder shell command improvements.
Dianne Hackborn
2015-11-11
Some debugging improvements.
Dianne Hackborn
2015-11-09
Move 'un/install' to cmd
Todd Kennedy
2015-11-09
Revert "Move 'un/install' to cmd"
Todd Kennedy
2015-11-06
Move 'un/install' to cmd
Todd Kennedy
2015-10-29
Implement shell commands for battery and activity services.
Dianne Hackborn
2015-10-12
Add new "shell command" feature to Binder objects.
Dianne Hackborn