We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad0d224 commit 61e86b2Copy full SHA for 61e86b2
library/apkOperations.sh
@@ -436,6 +436,7 @@ function getDeviceAppVersion() {
436
let i=$i+1
437
fi
438
done < <(adb -s ${1} wait-for-device shell dumpsys package ${2} | grep -i versionname | cut -f2 -d"=" | tr -d "\r")
439
+ #done < <(adb -s ${1} wait-for-device shell pm dump ${2} | grep -i versionname | cut -f2 -d"=" | tr -d "\r")
440
441
APK_VERSION_COUNT=${#APK_VERSION_ARRAY[*]}
442
formatMessage " Installed version(s):\n" "I"
@@ -454,4 +455,4 @@ function getDeviceAppVersion() {
454
455
456
457
-}
458
+}
0 commit comments