Get view of AccessibilityNodeInfo to create overlay

前端 未结 2 1216
我寻月下人不归
我寻月下人不归 2021-02-09 17:33

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

2条回答
  •  感情败类
    2021-02-09 17:51

    You cannot get the View objects from other apps, as the View objects are in a separate process from yours.

提交回复
热议问题