Move to new read only flag
Mainline module can only support read-only flag now Bug: 325521253 Test: TH Change-Id: I4514fcd21560f95084ed3c9da1a0a9b13c625c91
This commit is contained in:
@@ -276,7 +276,7 @@ public class WifiConfigController implements TextWatcher,
|
||||
mDoNotProvideEapUserCertString =
|
||||
mContext.getString(R.string.wifi_do_not_provide_eap_user_cert);
|
||||
|
||||
if (Flags.wepUsage() && mAccessPointSecurity == WifiEntry.SECURITY_WEP) {
|
||||
if (Flags.androidVWifiApi() && mAccessPointSecurity == WifiEntry.SECURITY_WEP) {
|
||||
LinearLayout wepWarningLayout =
|
||||
(LinearLayout) mView.findViewById(R.id.wep_warning_layout);
|
||||
wepWarningLayout.setVisibility(View.VISIBLE);
|
||||
|
Reference in New Issue
Block a user