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

@@ -2,6 +2,10 @@
adb root
wait ${!}
adb shell pm enable org.lineageos.setupwizard || true
wait ${!}
adb shell pm enable org.lineageos.setupwizard/.SetupWizardActivity || true
wait ${!}
if adb shell pm list packages | grep com.google.android.setupwizard; then
adb shell pm disable com.google.android.setupwizard || true
wait ${!}
@@ -10,4 +14,4 @@ if adb shell pm list packages | grep com.android.provision; then
adb shell pm disable com.android.provision || true
wait ${!}
fi
adb shell am start org.lineageos.setupwizard/org.lineageos.setupwizard.SetupWizardTestActivity
adb shell am start -c android.intent.category.HOME org.lineageos.setupwizard/.SetupWizardActivity