From d5ca2e89d55c1f41b0f97fc3fff410ec781691f7 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Mon, 19 Jan 2026 15:33:38 +0000 Subject: [PATCH] contrib/android/Readme.md: add note re adb install `--user` option --- contrib/android/Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/android/Readme.md b/contrib/android/Readme.md index b37e05a8f..e9ccf879b 100644 --- a/contrib/android/Readme.md +++ b/contrib/android/Readme.md @@ -69,6 +69,8 @@ Assuming `adb` is installed: $ adb -d install -r dist/Electrum-*-arm64-v8a-debug.apk $ adb shell monkey -p org.electrum.electrum 1 ``` +Note `adb install` can take a `--user {userId}` option to install the app for a specific profile. +Without that, the default is to install to *all* profiles. ### How do I get an interactive shell inside docker?