D DOM85 Active Member Licensed User Longtime User Feb 7, 2026 #1 Hello, Sometime i shell an external app that can be only canceled by clicking on the back key of the smartphone. Is it possible to click by program on the "back key" ? Thank you for your help.
Hello, Sometime i shell an external app that can be only canceled by clicking on the back key of the smartphone. Is it possible to click by program on the "back key" ? Thank you for your help.
Erel B4X founder Staff member Licensed User Longtime User Feb 8, 2026 #2 It is difficult to achieve. You will need to implement an accessibility service. Upvote 0
D DOM85 Active Member Licensed User Longtime User Feb 8, 2026 #3 Thank you Erel. Can it be made in B4A ? I don't see how. Only in Java ? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Feb 9, 2026 #4 Everything can be made with B4A, if it can be implemented with Java. Whether there is a simple library to use is a different question. There is this one which I'm not sure is compatible with latest requirements: https://www.b4x.com/android/forum/t...th-disabilities-automation-etc.95216/#content Upvote 0
Everything can be made with B4A, if it can be implemented with Java. Whether there is a simple library to use is a different question. There is this one which I'm not sure is compatible with latest requirements: https://www.b4x.com/android/forum/t...th-disabilities-automation-etc.95216/#content
D DOM85 Active Member Licensed User Longtime User Feb 10, 2026 #5 Erel said: Everything can be made with B4A, if it can be implemented with Java. Whether there is a simple library to use is a different question. There is this one which I'm not sure is compatible with latest requirements: https://www.b4x.com/android/forum/t...th-disabilities-automation-etc.95216/#content Click to expand... Thank you Erel. I will try. Upvote 0
Erel said: Everything can be made with B4A, if it can be implemented with Java. Whether there is a simple library to use is a different question. There is this one which I'm not sure is compatible with latest requirements: https://www.b4x.com/android/forum/t...th-disabilities-automation-etc.95216/#content Click to expand... Thank you Erel. I will try.