OSDN Git Service

Import translations. DO NOT MERGE am: 80d87da085 -s ours am: d250d3aa34 -s ours
[android-x86/frameworks-base.git] / cmds / pm / pm
1 # Script to start "pm" on the device, which has a very rudimentary
2 # shell.
3 #
4 base=/system
5 export CLASSPATH=$base/framework/pm.jar
6 exec app_process $base/bin com.android.commands.pm.Pm "$@"
7