Turn off deprecated sdk dialog

.. for launcher3 tests

Flag: LEGACY RELEASE_PLATFORM_MIN_SUPPORTED_TARGET_SDK_VERSION STAGING
Bug: 297603927
Test: atest NexusLauncherOutOfProcTests:com.android.quickstep.TaplTestsQuickstep
Change-Id: Ie8c62d66360e75892b0774314252def5a346199b
This commit is contained in:
Linus Tufvesson
2024-04-17 15:38:12 +02:00
parent 2db50a8545
commit 371bd87e21

View File

@@ -44,6 +44,8 @@
<option name="run-command" value="settings put global airplane_mode_on 1" />
<option name="run-command" value="am broadcast -a android.intent.action.AIRPLANE_MODE" />
<option name="run-command" value="setprop debug.wm.disable_deprecated_target_sdk_dialog 1"/>
<option name="run-command" value="settings put system pointer_location 1" />
<option name="run-command" value="settings put system show_touches 1" />
</target_preparer>