Add a collapsible checkbox preference for deletion helper.

This adds a custom preference group which has both a checkbox
and collapse/expand behavior. This is intended to be used in
the deletion helper for apps deletion and downloads folder
deletion.

This patch implements the apps deletion integration.

Bug: 28769691
Change-Id: I9fb28a1baa4067841742b5dbeaf2083728c16144
This commit is contained in:
Daniel Nishi
2016-05-12 13:07:46 -07:00
parent 0772471119
commit a779cd2b16
6 changed files with 286 additions and 35 deletions

View File

@@ -23,8 +23,8 @@
<com.android.settings.deletionhelper.DownloadsDeletionPreference
android:key="delete_downloads" />
<PreferenceCategory
android:key="apps_group"
android:title="@string/deletion_helper_apps_title" />
<com.android.settings.CollapsibleCheckboxPreferenceGroup
android:key="apps_group"
android:icon="@drawable/ic_keyboard_arrow_down_black_32"/>
</PreferenceScreen>