dtmilano / CulebraTester2-public

CulebraTester: Snaky Android Testing
Apache License 2.0
137 stars 29 forks source link

CulebraTester2 block Accessibility service for other apps #12

Open Monirzadeh opened 1 year ago

Monirzadeh commented 1 year ago

When I start CulebraTester2 server, other program can't work because they need Accessibility service too. Is there any way CulebraTester2 don't block Accessibility service for other program?

dtmilano commented 1 year ago

What's the other app or apps that are blocked? What are the steps to reproduce it?

Monirzadeh commented 1 year ago

This and this, for example

  1. install and test them normally (work correctly)
  2. run CulebraTester2 server
  3. this two app stop working because they don't have Access to Accessibility service
  4. stop CulebraTester2 server
  5. two app start working again
dtmilano commented 1 year ago

I think the main difference is they are Activities so they can use the Accessibility service only when they are in the foreground.