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:
@@ -7620,4 +7620,10 @@
|
||||
<!-- Button to activate the storage manager on the storage manager upsell. [CHAR LIMIT=20]-->
|
||||
<string name="deletion_helper_upsell_activate">Turn on</string>
|
||||
|
||||
<!-- Title for the apps category in the deletion helper, showing how many apps to delete. [CHAR LIMIT=40]-->
|
||||
<string name="deletion_helper_apps_group_title">Apps (<xliff:g id="num_items">%1$d</xliff:g>)</string>
|
||||
|
||||
<!-- Summary for the apps category in the deletion helper, showing how many space to clear. [CHAR LIMIT=NONE]-->
|
||||
<string name="deletion_helper_apps_group_summary"><xliff:g id="used" example="1.2GB">%1$s</xliff:g></string>
|
||||
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user