Merge "IPv6 addresses should not be selectable." into oc-dev am: 4ae52fc7f0

am: 1e04aa912e

Change-Id: I18c6a34b45138e348cb67cc2500cdf662d712784
This commit is contained in:
Sundeep Ghuman
2017-04-19 01:11:46 +00:00
committed by android-build-merger
2 changed files with 39 additions and 1 deletions

View File

@@ -301,6 +301,7 @@ public class WifiDetailPreferenceController extends PreferenceController impleme
Preference pref = new Preference(mPrefContext);
pref.setKey(ip);
pref.setTitle(ip);
pref.setSelectable(false);
mIpv6AddressCategory.addPreference(pref);
mIpv6AddressCategory.setVisible(true);
}