Loading cmds/am/am.sh +3 −0 Original line number Diff line number Diff line #!/system/bin/sh # set to top-app process group settaskprofile $$ SCHED_SP_TOP_APP >/dev/null 2>&1 || true if [ "$1" != "instrument" ] ; then cmd activity "$@" else Loading Loading
cmds/am/am.sh +3 −0 Original line number Diff line number Diff line #!/system/bin/sh # set to top-app process group settaskprofile $$ SCHED_SP_TOP_APP >/dev/null 2>&1 || true if [ "$1" != "instrument" ] ; then cmd activity "$@" else Loading