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

Commit b91285fd authored by Daniel Nishi's avatar Daniel Nishi Committed by Android (Google) Code Review
Browse files

Merge "Add a flag to toggle how much downloads to retain."

parents 581c35d1 237c7072
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -6311,6 +6311,15 @@ public final class Settings {
        public static final String DOWNLOADS_BACKUP_CHARGING_ONLY =
                "downloads_backup_charging_only";

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

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