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

Commit 6f1e5960 authored by Lucas Silva's avatar Lucas Silva
Browse files

Disable glanceable hub for bubble flicker tests

The device may enter glanceable hub automatically if its charging + idle, and this interferes with the test.

Bug: 394479936
Test: atest com.android.wm.shell.flicker.bubble.OpenActivityFromBubbleOnLocksreenTest
Flag: EXEMPT test

Change-Id: If3027f694a1f7ad4d97ff10ff5861dd979b894cd
parent ef8fa67a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -53,10 +53,12 @@
        <option name="run-command" value="settings put secure show_ime_with_hard_keyboard 1"/>
        <option name="run-command" value="settings put system show_touches 1"/>
        <option name="run-command" value="settings put system pointer_location 1"/>
        <option name="run-command" value="settings put secure glanceable_hub_enabled 0"/>
        <option name="teardown-command"
                value="settings delete secure show_ime_with_hard_keyboard"/>
        <option name="teardown-command" value="settings delete system show_touches"/>
        <option name="teardown-command" value="settings delete system pointer_location"/>
        <option name="teardown-command" value="settings delete secure glanceable_hub_enabled"/>
        <option name="teardown-command"
                value="cmd overlay enable com.android.internal.systemui.navbar.gestural"/>
    </target_preparer>