blob: e0efdc15a706ce0482fe144c9a009cd4685c1a07 [file] [log] [blame]
#!/system/bin/sh
# Script to start "dpm" on the device
#
base=/system
export CLASSPATH=$base/framework/dpm.jar
exec app_process $base/bin com.android.commands.dpm.Dpm "$@"