Sign in
android
/
platform
/
frameworks
/
base
/
0805e0e8556f18b75e9abf1eea24e38d5d1df9ff
/
.
/
cmds
/
am
/
am.sh
blob: 54c2d394be2c329e4d81233da8d326ff99820f01 [
file
] [
log
] [
blame
]
#!/system/bin/sh
if
[
"$1"
!=
"instrument"
]
;
then
cmd activity
"$@"
else
base
=/
system
export CLASSPATH
=
$base
/
framework
/
am
.
jar
exec app_process $base
/
bin com
.
android
.
commands
.
am
.
Am
"$@"
fi