We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 284815d commit d676611Copy full SHA for d676611
pullApks.sh
@@ -27,6 +27,7 @@ getDeviceChoice
27
displaySelectedDevice $deviceSerial
28
29
if [ "$( isAdbDevice $deviceSerial )" == "true" ]; then
30
+ #TODO: check for rooted device before performing the pull action
31
apkOperations $deviceSerial ${APKname} "pull"
32
else
33
echo " Device is not in 'adb' mode"
0 commit comments