[GAR] Set selectable attribute to W+ network preference

[Root Cause]
The Preference defautl is clickable. So if the preference is only to
display information to user. Need to set the attribute to false.

Bug: 187442654
Test: Manual test
Change-Id: I8a9c3156e3166db3043cca521f28489b4bd3e89f
This commit is contained in:
changbetty
2021-05-18 00:37:44 +08:00
parent b769cf8067
commit c5310279aa

View File

@@ -85,7 +85,8 @@
<Preference
android:key="carrier_wifi_network"
android:title="@string/carrier_wifi_network_title"/>
android:title="@string/carrier_wifi_network_title"
android:selectable="false"/>
<SwitchPreference
android:key="mms_message"