majido / clipper

Simple android app to interact with system clipboard service via adb shell
MIT License
404 stars 70 forks source link

doesn't work when i send clipper to the background #13

Open mhmehdi opened 3 years ago

mhmehdi commented 3 years ago
adb shell am broadcast -a clipper.get
Broadcasting: Intent { act=clipper.get flg=0x400000 }
Broadcast completed: result=0, data=""

this is what I got when I send clipper to the background

xisa-gh commented 1 year ago

Remove any restrictions on Clipper's battery usage in system settings. It works for me.

bonnebulle commented 1 year ago

Android 11 here Battery optimisation Off dont do the trick How did you do ? Thanks

nan-mu commented 1 year ago

Same question and Android 13

seltix5 commented 4 weeks ago

hello, same problem, Android 12 baterry saver did not work for me either image

seltix5 commented 4 weeks ago

I supose its because of this: On Android 10, apps cannot access the clipboard anymore when being in the background.