OSDN Git Service

Merge "Flag the DH no threshold options menu." into oc-dr1-dev am: f69d450b6f
[android-x86/frameworks-base.git] / core / java / android / provider / Settings.java
index f5b5006..e563360 100755 (executable)
@@ -10718,6 +10718,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";
     }
 
     /**