Make Wallpapers setting unselectable

Talkback shouldn't speak "Double tap to activate" action
for "Wallpapers" item.

Test: Enable talkback, and listen it again.
Change-Id: Ifc22fc8f870867a2a21a83bdbef4e5fe42809223
Fix: 147992423
This commit is contained in:
Tsung-Mao Fang
2020-01-21 17:54:04 +08:00
parent 4fa11dcb93
commit f0b133d5b4

View File

@@ -59,6 +59,7 @@
android:key="wallpaper_attributions"
android:title="@string/wallpaper_attributions"
android:summary="@string/wallpaper_attributions_values"
android:selectable="false"
settings:controller="com.android.settings.deviceinfo.legal.WallpaperAttributionsPreferenceController" />
</PreferenceScreen>