From 85c09ad69ceb537fb11269b45a4d142eb4d7e91c Mon Sep 17 00:00:00 2001 From: Adam Bookatz Date: Fri, 4 Nov 2022 19:12:13 +0000 Subject: Debugging sometimes requires 'admin' (strings) Currently, two configs say that they require the "primary user", but they actually require an "admin user". Fixing the strings accordingly. Change-Id: I072fe789c2214ee682e5c3358c7c0f4e97e4fcc1 Test: N/A --- packages/SystemUI/res/values/strings.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml index 6a2d1f0e527b..64551e4981ee 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -142,7 +142,7 @@ USB debugging not allowed - The user currently signed in to this device can\'t turn on USB debugging. To use this feature, switch to the primary user. + The user currently signed in to this device can\'t turn on USB debugging. To use this feature, switch to an admin user. Do you want to change the system language to %1$s? @@ -172,7 +172,7 @@ Wireless debugging not allowed - The user currently signed in to this device can\u2019t turn on wireless debugging. To use this feature, switch to the primary user. + The user currently signed in to this device can\u2019t turn on wireless debugging. To use this feature, switch to an admin user. USB port disabled -- cgit v1.2.3-59-g8ed1b