Remove old tests
Change-Id: I4344408d7e72093606e0cf90ada4f6bc02831a6b
This commit is contained in:
committed by
Michael Bestas
parent
feadacc46b
commit
1db317b962
@@ -2,13 +2,15 @@
|
||||
|
||||
adb root
|
||||
wait ${!}
|
||||
adb shell pm enable org.lineageos.setupwizard || true
|
||||
wait ${!}
|
||||
adb shell pm enable org.lineageos.setupwizard/.SetupWizardActivity || true
|
||||
wait ${!}
|
||||
adb shell pm enable com.google.android.setupwizard || true
|
||||
wait ${!}
|
||||
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
|
||||
wait ${!}
|
||||
sleep 1
|
||||
adb shell am start com.google.android.setupwizard/com.google.android.setupwizard.SetupWizardTestActivity
|
||||
adb shell am start com.google.android.setupwizard/.SetupWizardTestActivity
|
||||
|
||||
Reference in New Issue
Block a user