From 10aba691ffa33dfb116e7deab297729b10cbc3b0 Mon Sep 17 00:00:00 2001 From: Salvador Martinez Date: Tue, 20 Dec 2016 16:20:29 -0800 Subject: [PATCH] Changed string to notify user of effects Currently when a system app is removed we only warn a user that other apps may stop working. The two strings used for this have been modified to inform the user that android itself may misbehave as well if the app is uninstalled. Test: Manual (string change) Bug: 32789204 Change-Id: I2c1515ef078d7a96f20ed7db656d4769b02f4ecf --- res/values/strings.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/values/strings.xml b/res/values/strings.xml index a5248f6a242..966992b2107 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -3568,11 +3568,11 @@ Disable app - If you disable this app, other apps may no longer function as intended. + If you disable this app, Android and other apps may no longer function as intended. Delete data and disable app? - If you disable this app, other apps may no longer function as intended. Your data will also be deleted. + If you disable this app, Android and other apps may no longer function as intended. Your data will also be deleted. Turn off notifications?