I\'m writing a AccessibilityService and I want to create view overlays on the views from the current activity that the accessibility service can retrieve. I have no
AccessibilityService
You cannot get the View objects from other apps, as the View objects are in a separate process from yours.
View