pm revision 54b6cfa9a9e5b861a9930af873580d6dc20f773c
1# Script to start "pm" on the device, which has a very rudimentary
2# shell.
3#
4base=/system
5export CLASSPATH=$base/framework/pm.jar
6exec app_process $base/bin com.android.commands.pm.Pm "$@"
7
8