Skip to content

Commit d676611

Browse files
committed
TODO: check if the device is rooted
1 parent 284815d commit d676611

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pullApks.sh

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ getDeviceChoice
2727
displaySelectedDevice $deviceSerial
2828

2929
if [ "$( isAdbDevice $deviceSerial )" == "true" ]; then
30+
#TODO: check for rooted device before performing the pull action
3031
apkOperations $deviceSerial ${APKname} "pull"
3132
else
3233
echo " Device is not in 'adb' mode"

0 commit comments

Comments
 (0)