Add downloads to the deletion helper.

This adds a deletion service to delete files in the Downloads
folder. All of the files there are collected and offered to the
user to delete.

Bug: 28621781
Change-Id: I94431f9abc3a0afa2d07dbab763312c09e830aef
This commit is contained in:
Daniel Nishi
2016-05-11 12:54:13 -07:00
parent f4ffd6daff
commit 2ef20fb36d
10 changed files with 630 additions and 88 deletions

View File

@@ -20,8 +20,11 @@
<com.android.settings.PhotosDeletionPreference
android:key="delete_photos" />
<com.android.settings.deletionhelper.DownloadsDeletionPreference
android:key="delete_downloads" />
<PreferenceCategory
android:key="apps_group"
android:title="@string/deletion_helper_apps_title" />
android:key="apps_group"
android:title="@string/deletion_helper_apps_title" />
</PreferenceScreen>