振动权限是否会过滤 Android 市场中 Google TV 中的应用程序?

发布于 2024-12-29 21:35:27 字数 163 浏览 0 评论 0原文

<uses-permission android:name="android.permission.VIBRATE"></uses-permission>

需要此功能的应用程序会出现在 Google TV 的 Android 市场中吗?

<uses-permission android:name="android.permission.VIBRATE"></uses-permission>

Will an app requiring this show up in the Android Market for Google TV?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

唐婉 2025-01-05 21:35:27

该权限不会阻止应用程序出现在 Google TV 设备的市场中。

唯一有可能阻止应用程序出现在市场中的权限是 那些暗示 涵盖的硬件功能的内容。振动电机没有。因此,VIBRATE 权限并不暗示任何特定的 元素。

That permission will not block an app from showing up in the Market for Google TV devices.

The only permissions that are at risk of blocking an app from showing up in the Market are those that imply a hardware feature that is covered by <uses-feature>. There is no <uses-feature> for the vibration motor. Hence, the VIBRATE permission does not imply any particular <uses-feature> element.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文