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