To read your clipboard on Android 10, Join needs to be granted permission to read system logs and draw over other apps on your device
adb -d shell appops set com.joaomgcd.join
allowadb shell pm grant com.joaomgcd.join android.permission.
adb shell pm grant com.joaomgcd.join android.permission.
adb shell am force-stop com.joaomgcd.joinIf you're on a mac write
./adb -d shell appops set com.joaomgcd.join
allow./adb shell pm grant com.joaomgcd.join android.permission.
./adb shell pm grant com.joaomgcd.join android.permission.
./adb shell am force-stop com.joaomgcd.join