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

Commit f9e73a01 authored by Zak Cohen's avatar Zak Cohen
Browse files

Update FeatureFlags documentation.

Test: comment change
Change-Id: I25f99150f467e4e65d4969ad20a91f18743eceb0
parent 39a7760e
Loading
Loading
Loading
Loading
+1 −9
Original line number Diff line number Diff line
@@ -69,16 +69,8 @@ public final class FeatureFlags {
     *
     * To add a new flag that can be toggled through the flags UI:
     *
     * 1. Declare a new ToggleableFlag below. Give it a unique key (e.g. "QSB_ON_FIRST_SCREEN"),
     * Declare a new ToggleableFlag below. Give it a unique key (e.g. "QSB_ON_FIRST_SCREEN"),
     *    and set a default value for the flag. This will be the default value on Debug builds.
     *
     * 2. Add your flag to mTogglableFlags.
     *
     * 3. Create a getter method (an 'is' method) for the flag by copying an existing one.
     *
     * 4. Create a getter method with the same name in the release flags copy of FeatureFlags.java.
     *    This should returns a constant (true/false). This will be the value of the flag used on
     *    release builds.
     */
    // When enabled the promise icon is visible in all apps while installation an app.
    public static final TogglableFlag PROMISE_APPS_IN_ALL_APPS = new TogglableFlag(