Loading core/java/android/provider/Settings.java +9 −0 Original line number Diff line number Diff line Loading @@ -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. * Loading Loading
core/java/android/provider/Settings.java +9 −0 Original line number Diff line number Diff line Loading @@ -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. * Loading