DeweyReed
DeweyReed
I know three ways to work around the restriction. 1. Accessibility service. 2. Great READ_LOG permission using ADB and read all logs to know when users copy something. 3. You...
One possible solution for root users is to use https://github.com/Kr328/Riru-ClipboardWhitelist. After enabling it, just use Clipboard Cleaner as before.
Like mentioned before, although the first two directions are promising, I have no idea how to implement them with code, and I'm unable to find valuable resources around the Internet....
I don't think we could know which apps are accessing the clipboard. Thus blacklist mode is impossible.
Thank you! I'll fix the bug in the next release.
Good idea. I'll see what I can do once I get some spare time.
@ianrumac This library is experimental and fragile and heavily depends on `material-components-android`. If you use this library in the production, you have to prepare to maintain the code every release...
Thanks for your feedback! Can you reproduce the crash? I have some solutions, but I need to determine if they work.
Do they crash only on Android T(13) and later, or all system versions? The code is https://github.com/DeweyReed/UltimateRingtonePicker/blob/master/library/src/main/java/xyz/aprildown/ultimateringtonepicker/Utils.kt#L95.
This is a weird crash. The only solution I can think of is to wrap the code into a try-catch and finish the activity if it goes wrong. At the...