file to pull an apk

app-id is hardcoded for now.
This commit is contained in:
Eric House 2017-12-10 11:56:52 -08:00
parent afda9ce446
commit 701e6968de

View file

@ -0,0 +1,9 @@
#!/bin/bash
set -e -u
APP_ID=org.eehouse.android.xw4
APK_PATH=$(adb shell pm path $APP_ID)
APK_PATH=${APK_PATH/package:/}
adb pull $APK_PATH