summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaewan Kim <jaewan@google.com>2023-03-08 20:43:50 +0100
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-03-08 20:43:50 +0100
commit1176f62ec5f8bcc18cc6b72c2fe65245fbf56766 (patch)
tree4d95cc91464bfd4c6070f0b76ea48ff562c0784e
parent[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 643d8b4bf9 -s ours am: 75487a6670 -s ours am: dd6b01942a -s ours (diff)
parentMerge "Stop mentioning about ALLOW_ADBD_NO_AUTH" am: 19e9af0a99 am: 6f24f52f79 am: 89ece764fe (diff)
downloadandroid_bootable_recovery-1176f62ec5f8bcc18cc6b72c2fe65245fbf56766.tar
android_bootable_recovery-1176f62ec5f8bcc18cc6b72c2fe65245fbf56766.tar.gz
android_bootable_recovery-1176f62ec5f8bcc18cc6b72c2fe65245fbf56766.tar.bz2
android_bootable_recovery-1176f62ec5f8bcc18cc6b72c2fe65245fbf56766.tar.lz
android_bootable_recovery-1176f62ec5f8bcc18cc6b72c2fe65245fbf56766.tar.xz
android_bootable_recovery-1176f62ec5f8bcc18cc6b72c2fe65245fbf56766.tar.zst
android_bootable_recovery-1176f62ec5f8bcc18cc6b72c2fe65245fbf56766.zip
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5ab19d14c..507b2bd57 100644
--- a/README.md
+++ b/README.md
@@ -137,7 +137,7 @@ added to `$ADB_VENDOR_KEYS`.
Note that this mechanism applies to both of normal boot and recovery modes.
* **Option 2:** Allow `adbd` to connect without authentication.
- * `adbd` is compiled with `ALLOW_ADBD_NO_AUTH` (only on debuggable builds).
+ * bootloader is unlocked (`ro.boot.verifiedbootstate` is `orange`) or debuggable build.
* `ro.adb.secure` has a value of `0`.
Both of the two conditions need to be satisfied. Although `ro.adb.secure` is a runtime property, its