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

Commit a11775f9 authored by Nataniel Borges's avatar Nataniel Borges
Browse files

Configure flicker to show IME with keyboard

Without this the IME doesn't show on emulators

Test: atest FlickerTests WMShellFlickerTests
Bug: 237006044
Change-Id: I908426e94837b0ee4f0c3392cf09f9ee7f4da8a5
parent c3cf7c2c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -22,6 +22,10 @@
        <!-- Ensure output directory is empty at the start -->
        <option name="run-command" value="rm -rf /sdcard/flicker" />
    </target_preparer>
    <target_preparer class="com.android.tradefed.targetprep.RunCommandTargetPreparer">
        <option name="run-command" value="settings put secure show_ime_with_hard_keyboard 1" />
        <option name="teardown-command" value="settings delete secure show_ime_with_hard_keyboard" />
    </target_preparer>
    <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller">
        <option name="cleanup-apks" value="true"/>
        <option name="test-file-name" value="WMShellFlickerTests.apk"/>
+4 −0
Original line number Diff line number Diff line
@@ -22,6 +22,10 @@
        <!-- Ensure output directory is empty at the start -->
        <option name="run-command" value="rm -rf /sdcard/flicker" />
    </target_preparer>
    <target_preparer class="com.android.tradefed.targetprep.RunCommandTargetPreparer">
        <option name="run-command" value="settings put secure show_ime_with_hard_keyboard 1" />
        <option name="teardown-command" value="settings delete secure show_ime_with_hard_keyboard" />
    </target_preparer>
    <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller">
        <option name="cleanup-apks" value="true"/>
        <option name="test-file-name" value="FlickerTests.apk"/>