根据优化 ChromeOS Android 应用程序发布的文档,我将此行添加到我的应用程序的清单 xml 文件中
<uses-feature android:name="android.hardware.touchscreen" required="false" />
但对于“必需”属性,我得到“属性缺少 Android 命名空间前缀...”。
如果我添加 Android: 命名空间前缀,它可以工作,但我不知道这是否正确,因为我从官方网页复制了该行:
https://developer.android.com/topic/arc/index.html
它没有前缀。
加前缀对吗?