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

Commit ce849e65 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Disable WifiMacAddress preference on device without FEATURE_WIFI" into main

parents 6a5db66e ab71d277
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ public abstract class AbstractWifiMacAddressPreferenceController

    @Override
    public boolean isAvailable() {
        return true;
        return mWifiManager != null;
    }

    @Override