Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以开发在 Chrome 操作系统上运行的可以访问 USB / 蓝牙设备的应用程序?我需要具有读写访问权限-最佳解决方案是什么:chrome 应用程序/本机客户端/其他?
谢谢, 亚尼夫
Chrome 应用程序可能是您最好的选择:
API 列表
请注意,蓝牙和低功耗蓝牙以及 USB 都在其中。
您也可以在 GitHub 上找到这些 API 的示例。
javasetAlpha()方法说它是 API 级别 11。但它的 XML 方面没有说明任何内容,当我使用它时,由于我指定了 min SDK 8,因此在 Lint 中没有将它作为警告拾取。
setAlpha()
如果我使用 android:alpha="" 会在 2.2 上崩溃吗?