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

Commit 237c7072 authored by Daniel Nishi's avatar Daniel Nishi
Browse files

Add a flag to toggle how much downloads to retain.

This flag will be used to set how many days of downloads the storage
manager will retain while clearing data.

Bug: 30304998
Change-Id: I188f4ed3aaebde62d0bf4fe2838d171f0594895c
parent 3f2b42d9
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -6295,6 +6295,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.
         *