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

Commit 4f5320ec authored by Daniel Nishi's avatar Daniel Nishi
Browse files

Flag the DH no threshold options menu.

Bug: 38322601
Test: Manual
Change-Id: If52b1a2c6b01843c5865aab0589724345acccc3c
parent 17652d85
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -10651,6 +10651,13 @@ public final class Settings {
         */
        public static final String ENABLE_CACHE_QUOTA_CALCULATION =
                "enable_cache_quota_calculation";

        /**
         * Whether the Deletion Helper no threshold toggle is available.
         * @hide
         */
        public static final String ENABLE_DELETION_HELPER_NO_THRESHOLD_TOGGLE =
                "enable_deletion_helper_no_threshold_toggle";
    }

    /**