Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ea0487bd authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Disable TAPL orientation check" into main

parents da181afd aad43c48
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@ import android.platform.test.annotations.Presubmit
import android.tools.flicker.junit.FlickerBuilderProvider
import android.tools.flicker.legacy.FlickerBuilder
import android.tools.flicker.legacy.LegacyFlickerTest
import android.tools.traces.component.ComponentNameMatcher
import android.tools.traces.executeShellCommand
import android.util.Log
import androidx.test.platform.app.InstrumentationRegistry
@@ -45,7 +44,7 @@ constructor(
    protected val tapl: LauncherInstrumentation = LauncherInstrumentation()
) {
    init {
        tapl.setExpectedRotationCheckEnabled(true)
        tapl.expectedRotationCheckEnabled = false
        executeShellCommand(
            "settings put system hide_rotation_lock_toggle_for_accessibility 1"
        )