使用辅助功能服务关闭其他应用程序的权限

Turning off Permissions for Other Apps with Accessibility Services

我之前在 PlayStore 上看到一个名为 "Permission Manager" 的应用程序,它使用辅助功能服务来关闭其他应用程序的权限。

我知道通过意图以编程方式打开应用程序的权限设置。但是,一旦我这样做了,我怎样才能让无障碍服务模拟屏幕上的触摸来关闭其他应用程序的权限。

首先,启动修改应用权限的intent。然后,您可以在您的应用中使用 getRootInActiveWindow() to get the current window (which is now the settings window). Make sure that getPackageName() is correct. Use getViewIdResourceName() and getChild(int) to traverse the view hierarchy. When you found the view, perform a click 和 return。