We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddccdd8 commit d9fe370Copy full SHA for d9fe370
2 files changed
examples/hidden-activity/init.d/setup.sh
@@ -1,7 +1,7 @@
1
2
#!/usr/bin/env bash
3
4
-wget https://github.com/SECFORCE/droidground-samples/releases/download/v0.1.0/hidden-activity-flag.apk
+wget https://github.com/SECFORCE/droidground-samples/releases/download/v0.1.2/hidden-activity-flag.apk
5
adb shell pm uninstall com.droidground.hiddenactivity
6
echo "Sleep for 2 seconds before installing app"
7
sleep 2
examples/multi-step/init.d/setup.sh
-wget https://github.com/SECFORCE/droidground-samples/releases/download/v0.1.1/multi-step-flag.apk
+wget https://github.com/SECFORCE/droidground-samples/releases/download/v0.1.2/multi-step-flag.apk
adb shell pm uninstall com.droidground.multistep
0 commit comments