launch app after installing

This commit is contained in:
Eric House 2013-12-03 08:26:26 -08:00
parent e9efc27d7a
commit 742a94783f

View file

@ -47,6 +47,8 @@ COUNT=0
for DEVICE in $DEVICES; do
echo $DEVICE
adb -s $DEVICE install -r $APK
adb -s $DEVICE shell am start \
-n org.eehouse.android.xw4/org.eehouse.android.xw4.GamesList
COUNT=$((COUNT+1))
done