Update the storage manager settings to match the mocks.

Bug: 28560570
Change-Id: I0f218da1d23b687e38c52b5a927f7b84645958c7
This commit is contained in:
Daniel Nishi
2016-05-19 16:35:44 -07:00
parent 64b25588b7
commit ba03d2ff21
4 changed files with 71 additions and 38 deletions

View File

@@ -18,18 +18,32 @@
xmlns:settings="http://schemas.android.com/apk/res-auto"
android:title="@string/automatic_storage_manager_settings" >
<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"/>
<PreferenceCategory
android:key="automatic"
android:title="@string/deletion_helper_automatic_title">
<com.android.settings.fuelgauge.WallOfTextPreference
android:key="disclaimer"
android:summary="@string/automatic_storage_manager_text"
android:persistent="false"
android:selectable="false"
settings:allowDividerAbove="true" />
<SwitchPreference
android:key="storage_manager_active"
android:title="@string/automatic_storage_manager_preference_title"
android:summary="@string/automatic_storage_manager_text"/>
<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"/>
</PreferenceCategory>
<PreferenceCategory
android:key="manual"
android:title="@string/deletion_helper_manual_title">
<Preference
android:key="deletion_helper"
android:title="@string/deletion_helper_preference_title"/>
</PreferenceCategory>
</PreferenceScreen>