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

Commit dc0df9c6 authored by Neel Parekh's avatar Neel Parekh Committed by Android Git Automerger
Browse files

am 62d3407d: Minor change to use defined key rather than a string.

Merge commit '62d3407d' into eclair-plus-aosp

* commit '62d3407d':
  Minor change to use defined key rather than a string.
parents 59c6e99e 62d3407d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -143,7 +143,7 @@ public class WifiSettings extends PreferenceActivity implements WifiLayer.Callba
        //   * this ordering logic is in AccessPointPreference's compareTo
        mApCategory.setOrderingAsAdded(false);

        if (!getIntent().getBooleanExtra("only_access_points", false)) {
        if (!getIntent().getBooleanExtra(KEY_ONLY_ACCESS_POINTS, false)) {
            mWifiEnabled = (CheckBoxPreference) preferenceScreen.findPreference(KEY_WIFI_ENABLED);
            mWifiEnabler = new WifiEnabler(this, (WifiManager) getSystemService(WIFI_SERVICE),
                    mWifiEnabled);