blob: 11944426b316d24b4385d4c2b215b486f3909e52 [file] [log] [blame]
# Script to start "media_cmd" on the device, which has a very rudimentary
# shell.
#
base=/system
export CLASSPATH=$base/framework/media_cmd.jar
exec app_process $base/bin com.android.commands.media.Media "$@"