如下代码所示。我想在root模式下自动开启辅助服务
settings put secure enabled_accessibility_services com.example.app/.ExampleService
settings put secure accessibility_enabled 1
但是,这样做其他已经开启的辅助服务会关闭。经查证(链接描述)要取得已开启辅助服务的列表用:隔开才能避免。那如何取得已经开启的accessibilityservice的列表?
如下代码所示。我想在root模式下自动开启辅助服务
settings put secure enabled_accessibility_services com.example.app/.ExampleService
settings put secure accessibility_enabled 1
但是,这样做其他已经开启的辅助服务会关闭。经查证(链接描述)要取得已开启辅助服务的列表用:隔开才能避免。那如何取得已经开启的accessibilityservice的列表?
3 回答913 阅读✓ 已解决
2 回答1k 阅读✓ 已解决
1 回答793 阅读✓ 已解决
2 回答913 阅读
2 回答850 阅读
1 回答789 阅读
1 回答838 阅读
在root下执行shell
但是延迟比较高。。。。