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
This commit is contained in:
Stefan Andonian
2024-03-21 17:54:41 +00:00
parent 5afb093a58
commit 83578d13fa

View File

@@ -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" />