Sign in
android
/
platform
/
frameworks
/
base
/
f806d65e615b942c268a5f68d44bde9d55634972
/
.
/
cmds
/
pm
/
pm
blob: 81838386c055e35958b7b7ff6d9a2e934f05daca [
file
]
# 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
"$@"