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

Commit 9ecc5456 authored by Daniel Nishi's avatar Daniel Nishi
Browse files

Add flag for a V2 of the About Phone page.

Bug: 63819909
Test: Manual
Change-Id: I370434d2ce2831674708197df38049a81fc55481
parent 8127c023
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -45,6 +45,7 @@ public class FeatureFlagUtils {
        DEFAULT_FLAGS.put("settings_security_settings_v2", "true");
        DEFAULT_FLAGS.put("settings_zone_picker_v2", "false");
        DEFAULT_FLAGS.put("settings_suggestion_ui_v2", "false");
        DEFAULT_FLAGS.put("settings_about_phone_v2", "false");
    }

    /**