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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user