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

Commit b382bb2c authored by Daniel Nishi's avatar Daniel Nishi Committed by android-build-merger
Browse files

Merge \"Merge \\"Add a flag to toggle how much the storage manager should...

Merge \"Merge \\"Add a flag to toggle how much the storage manager should retain.\\" into nyc-mr1-dev am: 7374971c\" into nyc-mr1-dev-plus-aosp
am: 5fdb94ce

Change-Id: I30188ebb95237cc3fa43533d1b5c1df08f8cf4dc
parents 25ee31cc 5fdb94ce
Loading
Loading
Loading
Loading
+15 −0
Original line number Original line Diff line number Diff line
@@ -6248,6 +6248,21 @@ public final class Settings {
        public static final String AUTOMATIC_STORAGE_MANAGER_ENABLED =
        public static final String AUTOMATIC_STORAGE_MANAGER_ENABLED =
                "automatic_storage_manager_enabled";
                "automatic_storage_manager_enabled";


        /**
         * How many days of information for the automatic storage manager to retain on the device.
         *
         * @hide
         */
        public static final String AUTOMATIC_STORAGE_MANAGER_DAYS_TO_RETAIN =
                "automatic_storage_manager_days_to_retain";

        /**
         * Default number of days of information for the automatic storage manager to retain.
         *
         * @hide
         */
        public static final int AUTOMATIC_STORAGE_MANAGER_DAYS_TO_RETAIN_DEFAULT = 90;

        /**
        /**
         * This are the settings to be backed up.
         * This are the settings to be backed up.
         *
         *