I am trying to build an app that can click a particular button on another app. This is possible from Android 4.3+ using findAccessibilityNodeInfosByViewId which is part of Accessibility service. For example there is a very popular app called Greenify on Play Store that prevents other apps from running in the background by clicking "Force Stop" button of each running app.
Here is a code I found on Stackoverflow that explains how to do this.
https://stackoverflow.com/a/26687754
Could you please translate it to B4A?
Here is a code I found on Stackoverflow that explains how to do this.
https://stackoverflow.com/a/26687754
Could you please translate it to B4A?