Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_frameworks_base
/
b3559643b946829933a76ed45750d13edfefad30
/
.
/
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
"$@"