Merge "IPv6 addresses should not be selectable." into oc-dev

This commit is contained in:
TreeHugger Robot
2017-04-19 00:54:32 +00:00
committed by Android (Google) Code Review
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);
}