CulebraTester2-public icon indicating copy to clipboard operation
CulebraTester2-public copied to clipboard

CulebraTester2 block Accessibility service for other apps

Open Monirzadeh opened this issue 1 year ago • 3 comments

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?

Monirzadeh avatar Sep 09 '22 09:09 Monirzadeh

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

dtmilano avatar Sep 13 '22 15:09 dtmilano

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

Monirzadeh avatar Sep 13 '22 21:09 Monirzadeh

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

dtmilano avatar Sep 28 '22 21:09 dtmilano