I just updated my Pixel 3 XL to Android 10 and now Clipper won't return data from the clipboard.
Issuing the adb command adb shell am broadcast -a clipper.get always returns result=0, data="".
I assume this is related to the recent Android security changes that limits clipboard access except to system apps: https://issuetracker.google.com/issues/123461156
Is there any more information regarding this issue, or any workaround being considered?
I just updated my Pixel 3 XL to Android 10 and now Clipper won't return data from the clipboard.
Issuing the adb command
adb shell am broadcast -a clipper.getalways returnsresult=0, data="".I assume this is related to the recent Android security changes that limits clipboard access except to system apps: https://issuetracker.google.com/issues/123461156
Is there any more information regarding this issue, or any workaround being considered?