Commit e9882d97 authored by topjohnwu's avatar topjohnwu

Use am to launch apps

Close #838
parent fd4a27db
...@@ -100,6 +100,6 @@ EOF ...@@ -100,6 +100,6 @@ EOF
rm_launch() { rm_launch() {
db_clean $1 db_clean $1
pm uninstall $2 pm uninstall $2
monkey -p $3 1 am start -n ${3}/a.c
exit exit
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment