Question

How do I make my accessibility app work along with certain banking apps?

My app is accessibility based screen reader, but some banking apps deny to work if my accessibility service is turned on. User has to explictively turn it off everytime they want to use their banking app, which is causing issues.

How do i mitigate this ?

I look up the android documentation as deep as I could, but they don't really allow an app to bypass accessibility service check as far as i could see.

It's problematic & causing user complains. Seeking some solution to this.

 4  24  4
1 Jan 1970

Solution

 3

Android accessibility is utilized by lot of modern android malwares, thus it's understandable if banking apps explictively try to block it.

If your phone is rooted, you can try writing an xposed module, but apart from that there isn't any way out to this (Feel free to prove me wrong in other answers & comments )

2024-07-25
user26512188