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

Commit 8cbedf56 authored by Howard Chen's avatar Howard Chen
Browse files

Add feature flag for Dynamic Android

Bug: 119647479
Test: flashall and check the option exists.

Change-Id: I46efd27a6880dde4bc69aa457a6f3b0fdd9ce5cd
parent 5691b097
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -56,6 +56,7 @@ public class FeatureFlagUtils {
        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");
        DEFAULT_FLAGS.put(HEARING_AID_SETTINGS, "false");
        DEFAULT_FLAGS.put(SAFETY_HUB, "false");