Use am to launch apps

Close #838
This commit is contained in:
topjohnwu 2018-12-09 03:52:13 -05:00
parent fd4a27dbf2
commit e9882d9702

View File

@ -100,6 +100,6 @@ EOF
rm_launch() {
db_clean $1
pm uninstall $2
monkey -p $3 1
am start -n ${3}/a.c
exit
}