Sign in
android
/
platform
/
frameworks
/
base
/
a9ec09a0bf78071e7cd73b55781a30ec45e9dc30
/
.
/
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