From 58050a6f562af036693797d53ef769bb17606a86 Mon Sep 17 00:00:00 2001 From: josephpv Date: Thu, 18 Apr 2024 20:03:21 +0000 Subject: [PATCH] Update string in Delete private space dialog Screenshot : go/ss/BuyAQZLToiv3z3K.png Bug: 335454847 Test: Manual Change-Id: I95c8472f494793212d10d8968017780b3739c294 --- res/values/strings.xml | 2 +- .../delete/ResetOptionsDeletePrivateSpaceController.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/res/values/strings.xml b/res/values/strings.xml index bf30734c6df..ff5cd085c45 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -3469,7 +3469,7 @@ Delete private space - If you have a private space on your device, it will be permanently deleted. All apps in your space and their data will be deleted. + If you have a private space on your device, it will be permanently deleted and the Google Account added to your space will be removed.\n\nAll apps in your space and their data will also be permanently deleted. diff --git a/src/com/android/settings/privatespace/delete/ResetOptionsDeletePrivateSpaceController.java b/src/com/android/settings/privatespace/delete/ResetOptionsDeletePrivateSpaceController.java index 6e1f0df96d5..09d2955d1f2 100644 --- a/src/com/android/settings/privatespace/delete/ResetOptionsDeletePrivateSpaceController.java +++ b/src/com/android/settings/privatespace/delete/ResetOptionsDeletePrivateSpaceController.java @@ -125,7 +125,7 @@ public class ResetOptionsDeletePrivateSpaceController extends BasePreferenceCont public Dialog onCreateDialog(@Nullable Bundle savedInstanceState) { Context context = getContext(); return new AlertDialog.Builder(context) - .setTitle(R.string.reset_private_space_delete_title) + .setTitle(R.string.private_space_delete_header) .setMessage(R.string.reset_private_space_delete_dialog) .setPositiveButton( R.string.private_space_delete_button_label,