如下代码所示。我想在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的列表?
2 回答1.3k 阅读✓ 已解决
2 回答2.6k 阅读
2 回答1.7k 阅读
1 回答2.1k 阅读
1 回答1.1k 阅读
1 回答1.3k 阅读
1.3k 阅读
在root下执行shell
但是延迟比较高。。。。