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

Commit b71cf3b1 authored by Johnson Lu's avatar Johnson Lu
Browse files

Enable Wi-Fi connectivity features

1. Enables MAC randomization.
2. Enables Wi-Fi DPP.

Bug: 117192879
Bug: 117399425
Test: Manually test the flow
Test: make RunSettingsLibRoboTests
Change-Id: I78cc9a1ea3e4db42f6efa1c9cfa9ca90c37cf45b
parent e2c3e477
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -53,9 +53,9 @@ public class FeatureFlagUtils {
        DEFAULT_FLAGS.put("settings_seamless_transfer", "false");
        DEFAULT_FLAGS.put("settings_slice_injection", "false");
        DEFAULT_FLAGS.put("settings_systemui_theme", "true");
        DEFAULT_FLAGS.put("settings_wifi_dpp", "false");
        DEFAULT_FLAGS.put("settings_wifi_mac_randomization", "false");
        DEFAULT_FLAGS.put("settings_wifi_sharing", "false");
        DEFAULT_FLAGS.put("settings_wifi_dpp", "true");
        DEFAULT_FLAGS.put("settings_wifi_mac_randomization", "true");
        DEFAULT_FLAGS.put("settings_wifi_sharing", "true");
        DEFAULT_FLAGS.put(HEARING_AID_SETTINGS, "false");
        DEFAULT_FLAGS.put(SAFETY_HUB, "false");
        DEFAULT_FLAGS.put(SCREENRECORD_LONG_PRESS, "false");