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.