android_mt6572_jiabo/frameworks/base/cmds/pm/pm
2025-09-05 16:56:03 +08:00

8 lines
208 B
Bash
Executable file

#!/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 "$@"