When multiple devices is connected via adb, we can use -s flag in adb command to specify the device or use ANDROID_SERIAL env var to specify it. It would be nice if, fdroidcl also respected the ANDROID_SERIAL env var allows us to connect multiple device and update only one device.
When multiple devices is connected via adb, we can use
-s
flag inadb
command to specify the device or useANDROID_SERIAL
env var to specify it. It would be nice if,fdroidcl
also respected theANDROID_SERIAL
env var allows us to connect multiple device and update only one device.refs:
fdroidcl
version v0.5.0