rename app ID from app.timesafari.app to app.timesafari & adjust tests (Java 20 works)

This commit is contained in:
2025-03-16 17:28:47 -06:00
parent 6c538de762
commit 2337dc64e0
7 changed files with 10 additions and 36 deletions

View File

@@ -74,7 +74,7 @@ execute_deeplink() {
echo "---"
else
# Stop the app before executing the deep link
adb shell am force-stop app.timesafari.app
adb shell am force-stop app.timesafari
sleep 1 # Give it a moment to fully stop
if adb shell am start -W -a android.intent.action.VIEW \