Provide SuspendDialogInfo when quarantining an app.

Customize the dialog to include a button to allow
users to take an app out of the quarantine state.

Bug: 297934650
Test: atest tests/robotests/src/com/android/settings/development/quarantine/QuarantinedAppsScreenControllerTest.java
Change-Id: I1b6e9f057fed91ae131602fd6d6ddf5e23958a65
This commit is contained in:
Sudheer Shanka
2023-09-28 14:48:15 +00:00
parent 6bf04986ac
commit b5441bf782
3 changed files with 17 additions and 3 deletions

View File

@@ -12458,4 +12458,6 @@
<!-- Developer settings: Title for the screen allowing user to control Quarantined apps [CHAR LIMIT=50] -->
<string name="quarantined_apps_title">Quarantined Apps</string>
<!-- Developer settings: Button to unquarantine an app [CHAR LIMIT=20] -->
<string name="unquarantine_app_button">Unquarantine app</string>
</resources>