Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_frameworks_base
/
d12ba5e04b1cf82c0dd7f8bcf76cdf0b773b09a9
/
.
/
cmds
/
pm
/
pm
blob: 81838386c055e35958b7b7ff6d9a2e934f05daca [
file
] [
log
] [
blame
]
# Script to start "pm" on the device, which has a very rudimentary
# shell.
#
base
=/
system
export
CLASSPATH
=
$base
/
framework
/
pm
.
jar
exec
app_process $base
/
bin com
.
android
.
commands
.
pm
.
Pm
"$@"