Remove old tests

Change-Id: I4344408d7e72093606e0cf90ada4f6bc02831a6b
This commit is contained in:
Oliver Scott
2024-01-10 16:30:37 -05:00
committed by Michael Bestas
parent feadacc46b
commit 1db317b962
12 changed files with 14 additions and 444 deletions

View File

@@ -3,18 +3,18 @@
adb root
wait ${!}
has_google_suw=$(adb shell pm list packages com.google.android.setupwizard)
adb shell pm enable org.lineageos.setupwizard/org.lineageos.setupwizard.FinishActivity || true
adb shell pm enable org.lineageos.setupwizard/.FinishActivity || true
if [[ ! -z "$has_google_suw" ]]
then
wait ${!}
adb shell pm enable com.google.android.setupwizard/com.google.android.setupwizard.SetupWizardExitActivity || true
adb shell pm enable com.google.android.setupwizard/.SetupWizardExitActivity || true
wait ${!}
fi
sleep 1
adb shell am start org.lineageos.setupwizard/org.lineageos.setupwizard.FinishActivity || true
adb shell am start org.lineageos.setupwizard/.FinishActivity || true
if [[ ! -z "$has_google_suw" ]]
then
wait ${!}
sleep 1
adb shell am start com.google.android.setupwizard/com.google.android.setupwizard.SetupWizardExitActivity
adb shell am start com.google.android.setupwizard/.SetupWizardExitActivity
fi