我编写了一个非常简单的可访问性服务,代码可以在没有为元数据定义的 xml 文件的情况下正常工作,但我想添加 xml 文件以实现兼容性。
<?xml version="1.0" encoding="utf-8"?>
<accessibility-service
xmlns:android="http://schemas.android.com/apk/res/android"
android:accessibilityEventTypes="typeNotificationStateChanged"
android:notificationTimeout="100"
android:description=""
/>
但是我得到的错误是没有定义'android:'资源,而且我也不允许这种描述。尽管无论我输入什么或我证明什么字符串资产都会发生描述。
有人有想法么..