blob: 5c0eb2f39c2d29f3a54f1ddd8b21d8477ad93cb9 [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_cmd.jar
exec app_process $base/bin com.android.commands.media.Media "$@"