From c5310279aaf807c87b638f4867d26c1cd1a93e83 Mon Sep 17 00:00:00 2001 From: changbetty Date: Tue, 18 May 2021 00:37:44 +0800 Subject: [PATCH] [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 --- res/xml/mobile_network_settings.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/xml/mobile_network_settings.xml b/res/xml/mobile_network_settings.xml index f50268a8bb0..8588f8b0d18 100644 --- a/res/xml/mobile_network_settings.xml +++ b/res/xml/mobile_network_settings.xml @@ -85,7 +85,8 @@ + android:title="@string/carrier_wifi_network_title" + android:selectable="false"/>