[a11y] Set "Settings version" as non-double-tap

Disable the selectable configuration on preference
to avoid TalkBack read "double-tap to activate".

Bug: 141588828
Test: Manual test
Change-Id: Icd666792e6d86998d11168b62ab99e3c3412d747
This commit is contained in:
Bonian Chen
2019-10-09 14:26:52 +08:00
parent c625f62122
commit fb8eca412d

View File

@@ -137,6 +137,9 @@
<Preference
android:key="carrier_settings_version_key"
android:title="@string/carrier_settings_version"
android:enabled="false"
android:shouldDisableView="false"
android:selectable="false"
settings:controller="com.android.settings.network.telephony.CarrierSettingsVersionPreferenceController"
settings:enableCopying="true"/>