Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e3fdcad6 authored by Quang Luong's avatar Quang Luong Committed by Android (Google) Code Review
Browse files

Merge "Gate dhcp hostname setting behind Wifi V API flag" into main

parents 39e9aede dda3dd56
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -311,7 +311,9 @@ public class WifiConfigController2 implements TextWatcher,
        mHiddenSettingsSpinner = mView.findViewById(R.id.hidden_settings);
        if (!mHideMeteredAndPrivacy && mWifiManager.isConnectedMacRandomizationSupported()) {
            mPrivacySettingsSpinner = mView.findViewById(R.id.privacy_settings);
            if (Flags.androidVWifiApi()) {
                mDhcpSettingsSpinner = mView.findViewById(R.id.dhcp_settings);
            }
            mView.findViewById(R.id.privacy_settings_fields).setVisibility(View.VISIBLE);
        }
        mHiddenSettingsSpinner.setOnItemSelectedListener(this);