Sign in
android
/
platform
/
frameworks
/
base
/
e525bae92591932e32e84da31532fdd34945ea1d
/
.
/
cmds
/
media
/
media
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
"$@"