Xposed-Modules-Repo / io.github.alexdonh.noaccessibilityservices

NoAccessibilityServices
18 stars 2 forks source link

My Accessibility Service not working #6

Open namboy19 opened 2 months ago

namboy19 commented 2 months ago

Hi Guy, This module works for me but my own accessibility can not read the view tree of the target bank. If I uncheck the bank in the active list, I can read the view tree but of course, the bank will show the popup to prevent any action.

Can I use my own accessibility to access the bank view app using this module?

Thanks

alexdonh commented 2 months ago

Hi Guy, This module works for me but my own accessibility can not read the view tree of the target bank. If I uncheck the bank in the active list, I can read the view tree but of course, the bank will show the popup to prevent any action.

Can I use my own accessibility to access the bank view app using this module?

Thanks

I dont quite get that but you may want to untick the System framework one.

namboy19 commented 2 months ago

I have tried to untick the System framework as your suggestion but it does not work.

Let me explain more about my scenario:

  1. My target bank app is VPBank
  2. This module can help me to use my own Accessibility Service without blocking from that bank. VPB can not detect my own accessibility service anymore.
  3. But while using my own accessibility service, I can not read the view tree or receive any event from the Bank app.
  4. I want to use my service to control the bank app by reading the view, and sending events but I can't.