diff options
| author | 2022-11-04 19:11:59 +0000 | |
|---|---|---|
| committer | 2022-11-04 19:12:04 +0000 | |
| commit | 076f5c174c1c22f346870b88fdae7fd9cfbe876a (patch) | |
| tree | 77119954ba18a924443a4f5a614d34865f8c8984 | |
| parent | 01cd6f81a88f46627eba593361feea721e7f93f6 (diff) | |
Debugging sometimes requires 'admin' (doc)
Currently, two configs say that they require the "primary user", but they actually require an "admin user". Fixing the documentation accordingly.
Change-Id: Ie6dc5c64ac507ddff3814f9495672ccfbf9cf341
Test: N/A
| -rw-r--r-- | core/res/res/values/config.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 3d245e95f42d..60750c2ecc87 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -2901,7 +2901,7 @@ >com.android.systemui/com.android.systemui.usb.UsbDebuggingActivity</string> <!-- Name of the activity that prompts the secondary user to acknowledge they need to - switch to the primary user to enable USB debugging. + switch to an admin user to enable USB debugging. Can be customized for other product types --> <string name="config_customAdbPublicKeyConfirmationSecondaryUserComponent" >com.android.systemui/com.android.systemui.usb.UsbDebuggingSecondaryUserActivity</string> @@ -2913,7 +2913,7 @@ >com.android.systemui/com.android.systemui.wifi.WifiDebuggingActivity</string> <!-- Name of the activity that prompts the secondary user to acknowledge they need to - switch to the primary user to enable wireless debugging. + switch to an admin user to enable wireless debugging. Can be customized for other product types --> <string name="config_customAdbWifiNetworkConfirmationSecondaryUserComponent" >com.android.systemui/com.android.systemui.wifi.WifiDebuggingSecondaryUserActivity</string> |