summaryrefslogtreecommitdiffstats
path: root/cmds/pm/pm
blob: 53f85b2f9c516f4ea91c5cecd2e82464e7f245b2 (plain)
1
2
3
4
5
6
7
8
#!/system/bin/sh
# 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 "$@"