Add a dropdown for changing the days of retained downloads.

Bug: 30304998
Change-Id: I3113d58313a4badff55f79988abd7612d3bb4da5
This commit is contained in:
Daniel Nishi
2016-07-22 14:02:52 -07:00
parent c74d8368e7
commit 4a184d4360
3 changed files with 29 additions and 2 deletions

View File

@@ -43,6 +43,14 @@
android:entryValues="@array/automatic_storage_management_days_values"
settings:allowDividerAbove="true" />
<DropDownPreference
android:key="downloads_days"
android:summary="%s"
android:title="@string/automatic_storage_manager_downloads_days_title"
android:entries="@array/automatic_storage_management_days"
android:entryValues="@array/automatic_storage_management_days_values"
settings:allowDividerAbove="true" />
</PreferenceCategory>
<PreferenceCategory