通过我的应用程序的黑莓警报铃声

发布于 2024-12-09 08:04:32 字数 155 浏览 0 评论 0原文

我想通过代码访问 BlackBerry 设备的默认铃声。 我的代码如下所示,它会播放声音,但我想提醒铃声,就像来电一样。我应该怎么办?

net.rim.device.api.system.Alert.startAudio(tune1, VOLUME);

I want to access the default ringtone of the BlackBerry device via code.
My code is given below, and it plays sound, but I want to alert the ring tone, like an incoming call. What should I do?

net.rim.device.api.system.Alert.startAudio(tune1, VOLUME);

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

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

发布评论

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

评论(1

写给空气的情书 2024-12-16 08:04:32

您无法设置通知来执行此操作,但您可以这样做,以便您的用户可以设置系统警报来播放他/她想要的铃声。请查看我关于使用 BlackBerry Notifications Manager

You can't set the notification up to do that, but you can make is so that your user can set a system alert to play which ever ring tone s/he wants. Have a look at my article on Using the BlackBerry Notifications Manager.

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