Skip to content
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

(Discuss) Android Q+ #21

Open
ghost opened this issue Jul 14, 2021 · 6 comments
Open

(Discuss) Android Q+ #21

ghost opened this issue Jul 14, 2021 · 6 comments

Comments

@ghost
Copy link

ghost commented Jul 14, 2021

Welp non input app unable to clear cache

I need suggestion or alternate way how to clear that automatically

@DeweyReed
Copy link
Owner

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 have a rooted phone and grant the permission by force. Then click the title image seven times to reveal the service card and use the legacy feature.

The first two are complicated, and I have little experience with them.

@ghost
Copy link
Author

ghost commented Jul 15, 2021

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 have a rooted phone and grant the permission by force. Then click the title image seven times to reveal the service card and use the legacy feature.

The first two are complicated, and I have little experience with them.

Agree @DeweyReed

Better add ADB over TCP option And Root All Together :)

@DeweyReed
Copy link
Owner

One possible solution for root users is to use https://github.com/Kr328/Riru-ClipboardWhitelist. After enabling it, just use Clipboard Cleaner as before.

@ghost
Copy link
Author

ghost commented Jul 16, 2021

One possible solution for root users is to use https://github.com/Kr328/Riru-ClipboardWhitelist. After enabling it, just use Clipboard Cleaner as before.

Hey i am non root i can't root my realme 5i tho read the recommendation above as alternative for non root user tho :(

@DeweyReed
Copy link
Owner

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. Do you have any ideas?

@ghost
Copy link
Author

ghost commented Jul 17, 2021

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. Do you have any ideas?

Not yet still exploring thought........

Edit:
Okay so i lost my mind until today i found no alternative method but i have some temporary ideas:

Register this app as keyboard input METHOD so everytime we want to clear clipboard we switch keyboard to clipboard app first @DeweyReed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant