From adaf620dde1cffba59bacf8cb475cabdfcb1eff6 Mon Sep 17 00:00:00 2001 From: Antonio Kantek Date: Thu, 25 Jul 2024 16:07:41 -0700 Subject: [PATCH] Enable secondary_user_on_secondary_display for CtsFsMgrTestCases secondary_user_on_secondary_display is for background users that have access to UI on assigned displays (a.k.a. visible background users) on devices that have config_multiuserVisibleBackgroundUsers enabled. The main use case is Automotive's multi-display Whole Cabin experience where passengers (modeled as visible background users) can interact with the display in front of them concurrently with the driver (modeled as the the current user) interacting with driver's display. Bug: 349714805 Flag: EXEMPT test fix Test: atest CtsFsMgrTestCases Test: atest --user-type secondary_user_on_secondary_display CtsFsMgrTestCases Change-Id: I0e4498fd431f5c70135d8704f1d2fa5476620ef1 --- fs_mgr/tests/AndroidTest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/fs_mgr/tests/AndroidTest.xml b/fs_mgr/tests/AndroidTest.xml index de835b3ad..1c06ebd33 100644 --- a/fs_mgr/tests/AndroidTest.xml +++ b/fs_mgr/tests/AndroidTest.xml @@ -16,6 +16,7 @@