Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2e8288f4 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android (Google) Code Review
Browse files

Merge "Switch am command to go through "cmd activity"."

parents fb4af44d 2882406d
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
#!/system/bin/sh
#
# Script to start "am" on the device, which has a very rudimentary
# shell.
#

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
+6 −355

File changed.

Preview size limit exceeded, changes collapsed.

+2 −1
Original line number Diff line number Diff line
cmd appops $@
#!/system/bin/sh
cmd appops "$@"
+21 −219

File changed.

Preview size limit exceeded, changes collapsed.