Lucas Eduardo Active Member Licensed User Feb 21, 2019 #1 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?
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?
Erel B4X founder Staff member Licensed User Longtime User Feb 22, 2019 #2 You cannot access internal files of other apps. Upvote 0
Lucas Eduardo Active Member Licensed User Feb 22, 2019 #3 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 46.7 KB · Views: 305 Screenshot_20190222-093830.png 45.9 KB · Views: 300 Upvote 0
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)