-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Will it be possible to make the app of Native Clipboard Manager work on Android Q well? #83
Comments
There is a "Clipboard whitelist" Magisk module that fixes this issue. |
Is the app "Native Clipboard Manager" available somewhere with its code? |
That is this repository, but it is outdated. I restored a newer version from a backup, there are also various websites that have it, no idea how trustworthy they are. |
No, I mean this app: https://play.google.com/store/apps/details?id=com.dhm47.nativeclipboard https://apkpure.net/native-clipboard-manager/com.dhm47.nativeclipboard https://www.apkmirror.com/apk/dhm47/native-clipboard/ It uses accessibility to allow to past clipboard history easily. |
That is exactly where you are already commenting, it is this repository right here. |
That can't be correct, because if you download it, and search for "AccessibilityService", you won't find even one file with it. Also the dates don't seem correct. |
Maybe that is caused by the old state, no idea. But the developer name matches. |
Old state? What do you mean? Ever since I've tried it, it always had accessibility and didn't require Exposed, or root, or Magisk or anything special. |
So you mean this cannot be the same developer? That is very weird. I would suggest contacting one of them, but I think both projects are abandoned. |
I thought I'm doing it here... |
This is the correct repo but it is just outdated and apparently was abandoned even before the dev stopped development (hence newer versions on Play Store). |
Too bad |
For now, I've found out that it's possible to get the clipboard data in the background, but only if the app is in the foreground with an on-top view .
Example here . Un-comment the part in the
onStartCommand
function, and you will see it will write to the log each time something gets copied, even if you leave the app.But, what I miss on your app is to paste the clipboard data, which doesn't work and I don't know how it is working in code.
I know that clipboard apps got to be much worse on Android Q (here), but maybe there is still a way around it?
The text was updated successfully, but these errors were encountered: