Android Question Clear all temporary files of all apps

Lucas Eduardo

Active Member
Licensed User
Hello, i was looking in the forum, but i did not find anything working about it, is there a way to clear all temporary files of all apps?
 

Lucas Eduardo

Active Member
Licensed User
Yesterday i found an app that clean all app cache, they make an accessibility service, when i accept they accessibility service then the app can clean the caches.
I found this lib https://www.b4x.com/android/forum/t...users-with-disabilities-automation-etc.95216/, how can adapt to do the same as the other app?

On the service created by moster67 the command to simulate the message is
B4X:
success = acs.PerformNodeActionOnViewWithArgs(True,"com.whatsapp:id/entry",AccServConstants.ACTION_SET_TEXT,MsgMap)
acs.delay(100)
success = acs.PerformNodeActionOnViewWithArgs(True, "com.whatsapp:id/send",AccServConstants.ACTION_CLICK, Null)
 

Attachments

  • Screenshot_20190222-093826.png
    Screenshot_20190222-093826.png
    46.7 KB · Views: 236
  • Screenshot_20190222-093830.png
    Screenshot_20190222-093830.png
    45.9 KB · Views: 231
Upvote 0
Top