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:
@@ -289,7 +289,7 @@ public class WifiConfigController2 implements TextWatcher,
|
||||
mContext.getString(R.string.wifi_do_not_provide_eap_user_cert);
|
||||
mInstallCertsString = mContext.getString(R.string.wifi_install_credentials);
|
||||
|
||||
if (Flags.wepUsage() && mWifiEntrySecurity == WifiEntry.SECURITY_WEP) {
|
||||
if (Flags.androidVWifiApi() && mWifiEntrySecurity == WifiEntry.SECURITY_WEP) {
|
||||
LinearLayout wepWarningLayout =
|
||||
(LinearLayout) mView.findViewById(R.id.wep_warning_layout);
|
||||
wepWarningLayout.setVisibility(View.VISIBLE);
|
||||
|
Reference in New Issue
Block a user