Add an alert dialog before clearing data in deletion helper.
The dialog states how much space will be freed by the deletion and prompts the user to either cancel or continue with the deletion. BUG: 28762412 Change-Id: I8db2a8f928c82ebaa2cf5fea030b6b6f4730eb3e
This commit is contained in:
@@ -7598,4 +7598,10 @@
|
||||
<!-- Summary for when when there is nothing in the downloads folder to clear. [CHAR LIMIT=NONE]-->
|
||||
<string name="deletion_helper_downloads_summary_empty"><xliff:g id="used" example="1.2GB">%1$s</xliff:g></string>
|
||||
|
||||
<!-- Message to warn the user before clearing space in the deletion helper. [CHAR LIMIT=NONE] -->
|
||||
<string name="deletion_helper_clear_dialog_message">Remove <xliff:g id="clearable_bytes" example="1.2GB">%1$s</xliff:g> from your device.</string>
|
||||
|
||||
<!-- Button label for the dialog prompt for clearing data in deletion helper. [CHAR LIMIT=40] -->
|
||||
<string name="deletion_helper_clear_dialog_remove">Remove</string>
|
||||
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user