From 83578d13fa628a055155bb6cdf0a5a5bb65bbd35 Mon Sep 17 00:00:00 2001 From: Stefan Andonian Date: Thu, 21 Mar 2024 17:54:41 +0000 Subject: [PATCH] Explicitly set the Hotseat to not long or short clickable. Bug: 318316718 Test: Verified this is no longer selected by switch access. Flag: NA Change-Id: I45a815ab816f9835e297d06eb1f5d0edcb29d837 --- res/layout/hotseat.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/layout/hotseat.xml b/res/layout/hotseat.xml index 82b0b8d74e..d14dcd54af 100644 --- a/res/layout/hotseat.xml +++ b/res/layout/hotseat.xml @@ -21,4 +21,6 @@ android:layout_height="match_parent" android:theme="@style/HomeScreenElementTheme" android:importantForAccessibility="no" + android:clickable="false" + android:longClickable="false" launcher:containerType="hotseat" /> \ No newline at end of file