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
|
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
| ||||
|
feedback
|
|
Here is a sample that will help you
You will need to add Vibrate permission to your manifest file.
| |||
|
feedback
|
|
for playing mobile tone you can use the media player instance in the broadcast receiver
here you pass context but not "this" | |||
|
feedback
|