mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
launch app after installing
This commit is contained in:
parent
e9efc27d7a
commit
742a94783f
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,8 @@ COUNT=0
|
||||||
for DEVICE in $DEVICES; do
|
for DEVICE in $DEVICES; do
|
||||||
echo $DEVICE
|
echo $DEVICE
|
||||||
adb -s $DEVICE install -r $APK
|
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))
|
COUNT=$((COUNT+1))
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue