Merge "Update the automatic storage management preferences." into oc-dev am: 7badf46542
am: af587b0cfc
Change-Id: Icec5b8d5118497a7e4af21cc1c262400695b75e1
This commit is contained in:
@@ -18,38 +18,18 @@
|
||||
xmlns:settings="http://schemas.android.com/apk/res-auto"
|
||||
android:title="@string/automatic_storage_manager_settings" >
|
||||
|
||||
<PreferenceCategory
|
||||
android:key="automatic"
|
||||
android:title="@string/deletion_helper_automatic_title">
|
||||
|
||||
<SwitchPreference
|
||||
android:key="storage_manager_active"
|
||||
android:title="@string/automatic_storage_manager_preference_title"
|
||||
android:summary="@string/automatic_storage_manager_text"/>
|
||||
|
||||
<Preference
|
||||
android:key="freed_bytes"
|
||||
android:persistent="false"
|
||||
android:selectable="false" />
|
||||
|
||||
<DropDownPreference
|
||||
android:key="days"
|
||||
android:summary="%s"
|
||||
android:title="@string/automatic_storage_manager_days_title"
|
||||
android:entries="@array/automatic_storage_management_days"
|
||||
android:entryValues="@array/automatic_storage_management_days_values"
|
||||
settings:allowDividerAbove="true" />
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory
|
||||
android:key="manual"
|
||||
android:title="@string/deletion_helper_manual_title">
|
||||
settings:allowDividerBelow="true" />
|
||||
|
||||
<Preference
|
||||
android:key="deletion_helper"
|
||||
android:title="@string/deletion_helper_preference_title"/>
|
||||
|
||||
</PreferenceCategory>
|
||||
android:key="freed_bytes"
|
||||
android:persistent="false"
|
||||
android:selectable="false"
|
||||
settings:allowDividerAbove="true" />
|
||||
|
||||
</PreferenceScreen>
|
||||
Reference in New Issue
Block a user