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

Commit 59ea1f7c authored by cosmohsieh's avatar cosmohsieh Committed by Cosmo Hsieh
Browse files

[MAC Randomization] Removed feature flag to align framework global flag

Removed feature flag and change to check global flag as framework MAC
randomization api does.

Bug: 127817791
Bug: 120743100
Test: atest WifiPrivacyPreferenceControllerTest
Change-Id: Iefe0d442326ca6a9461af8724a1632fd238d8d2b
parent 3057634f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -51,7 +51,6 @@ public class FeatureFlagUtils {
        DEFAULT_FLAGS.put("settings_network_and_internet_v2", "true");
        DEFAULT_FLAGS.put("settings_slice_injection", "true");
        DEFAULT_FLAGS.put("settings_systemui_theme", "true");
        DEFAULT_FLAGS.put("settings_wifi_mac_randomization", "true");
        DEFAULT_FLAGS.put("settings_mainline_module", "false");
        DEFAULT_FLAGS.put("settings_dynamic_android", "false");
        DEFAULT_FLAGS.put(SEAMLESS_TRANSFER, "false");