Android 的振动...是否存在于所有 Android 设备中?

发布于 2024-11-27 20:32:22 字数 128 浏览 3 评论 0原文

我知道振动是由硬件产生的,并且根据 OEM 的不同,每个 Android 设备中是否存在振动,但您认为所有 Android 智能手机中都存在振动吗?

还有一个问题,如何通过代码检查设备是否存在振动?

提前谢谢。

I know that the vibration is produced by hardware and it would be exists or not in each Android-device depending of the OEM, but do you consider that the vibrations exists in all smarthphones that had Android?

Another question, how will do you check by code if the vibration exists in the device?

Thx in advanced.

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

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

发布评论

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

评论(2

在风中等你 2024-12-04 20:32:22

要使用振动,您需要在清单中添加此权限。

android.permission.VIBRATE

基于此,Android 市场会自动排除不包含它的设备。然而,可以安全地假设它存在于所有设备中,并且您不需要在代码中执行任何额外操作来检查它。

To use Vibrations you need to add this permission in the manifest.

android.permission.VIBRATE

Based on this the Android market would automatically exclude the devices that does not include it. However it is safe to assume that it would exist in all device and you need to do nothing extra in the code for checking it.

如何视而不见 2024-12-04 20:32:22

我只是假设所有手机都具有手机振动的功能,而不编写任何代码来检查它。

I would just assume the ability for a phone to vibrate exists in all phones and not write any code to check for it.

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