闹钟响起时如何播放默认手机铃声?
我已经编写了设置闹钟的代码。当时间流逝时,我能够从我的警报接收器类中成功举杯。
现在我想播放默认手机铃声并振动手机。 我该怎么做
i have written the code for setting an alarm. I am able to raise a toast successfully from my alarm receiver class when the time ticks off.
Now i want to play the default mobile tone as well as vibrate thee phone.
How do i do that
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是一个可以帮助您的示例
您需要将振动权限添加到清单文件中。
Here is a sample that will help you
You will need to add Vibrate permission to your manifest file.
为了播放手机铃声,您可以使用广播接收器中的媒体播放器实例,
您可以在此处传递上下文,但不能传递“this”
for playing mobile tone you can use the media player instance in the broadcast receiver
here you pass context but not "this"