1
0

contrib/android/Readme.md: add note re adb install --user option

This commit is contained in:
SomberNight
2026-01-19 15:33:38 +00:00
parent ece52b0a4e
commit d5ca2e89d5

View File

@@ -69,6 +69,8 @@ Assuming `adb` is installed:
$ adb -d install -r dist/Electrum-*-arm64-v8a-debug.apk $ adb -d install -r dist/Electrum-*-arm64-v8a-debug.apk
$ adb shell monkey -p org.electrum.electrum 1 $ 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? ### How do I get an interactive shell inside docker?