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 "$@"