From 1a80333747de602b03ca7ae6b8e58790eeefc3dc Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Mon, 13 Mar 2023 10:17:08 +0100 Subject: [PATCH] Replace link to enable USB debugging in README Link to a more relevant page in the official documentation to enable USB debugging. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2dfb6686..8b9e4d46 100644 --- a/README.md +++ b/README.md @@ -41,9 +41,9 @@ The Android device requires at least API 21 (Android 5.0). [Audio forwarding](doc/audio.md) is supported from API 30 (Android 11). -Make sure you [enabled adb debugging][enable-adb] on your device(s). +Make sure you [enabled USB debugging][enable-adb] on your device(s). -[enable-adb]: https://developer.android.com/studio/command-line/adb.html#Enabling +[enable-adb]: https://developer.android.com/studio/debug/dev-options#enable On some devices, you also need to enable [an additional option][control] `USB debugging (Security Settings)` (this is an item different from `USB debugging`)