majido / clipper

Simple android app to interact with system clipboard service via adb shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

doesn't work when i send clipper to the background

mhmehdi opened this issue · comments

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

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

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

commented

Same question and Android 13

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

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