English 中文(简体)
语音邮件广播/晚间,以Android格式接收通知信息
原标题:Broadcast/Event for Voicemail Received Notification Message in Android

在我的应用程序中,我封存了来电,所以它被重新定位为配置语音信箱。

一旦打电话者发出语音邮件,我收到装置上的一个通知信息,说“你有了新的语音邮件”,并发出蜂鸣声。

一旦设备收到语音信箱收到通知信息,我想通过我的应用程序,立即禁用这声响。

是否有由机器人提供的广播或事件?

我怎么能做到这一点?

我的应用程序是建立在2.2版机器人上

提前感谢。

最佳回答

不幸的是,没有。 从14级API(Android 4.0+)开始,他们添加了新语音邮件讯息的广播意图,但这只适用于14级以上API水平的Android操作装置。

http://developmenter.android.com/reference/android/providr/Voicemailcontract.html

问题回答

暂无回答




相关问题
Mysql trigger/events vs Cronjob

I have an auction website which let my users place an unlimited amount of autobiddings. To monitor these autobiddings something has to check the database every second. My question is if it is ...

Can an event be used as an event listener?

I m trying to expose some events from a private object which is contained inside the object I am creating and it looks like the compiler is happy with this: private WindowUpdateServer ...

鸡奸

由于将javascript DOM方法放在第html页底部(在<有人>之后)远比利用“j Query”准备活动要快得多,因此我们不得不这样做:

Attaching a property to an event in Flex/AS3

I have a parameter that needs to be passed along with an event. After unsuccessful attempts to place it on the type by extending the class, I ve been advised in another SO question to write a custom ...

jQuery bind on ajax load() event

I have a page which displays multiple blocks with results details. Inside each block I have some <a> tags with thickbox jQuery plugin attached: class="thickbox" Here is an example of one kind ...

HTML text input event

I have a form, and want to disable/enable its submit button depending on whether the form s input text fields are empty or have had text entered into them. I think this means having an event handler ...

IE doesn t run Javascript when you click back button

I ve built a shop with tons of JS running. One of the pieces of the cart, is a zip code field which is required to calculate shipping cost. This works fine going through the cart. Now clicking ...

热门标签