From cac90ef45978e4c583e75057cd4e4f03f61fa83d Mon Sep 17 00:00:00 2001 From: Paula Date: Tue, 14 Apr 2026 18:08:14 +0200 Subject: [PATCH] add missing step --- app/public/resources/FP3.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/public/resources/FP3.json b/app/public/resources/FP3.json index 72fda4b..d485a83 100644 --- a/app/public/resources/FP3.json +++ b/app/public/resources/FP3.json @@ -15,6 +15,10 @@ "id": "activate-developer-options", "needUserGesture": true }, + { + "id": "activate-usb-debugging", + "needUserGesture": true + }, { "id": "enable-usb-file-transfer", "needUserGesture": true -- GitLab