Incoming voice mail notification
Any way to receiv开发者_JAVA技巧e notification on incoming voice mail?
I think there is no way for that yet...because Incoming call notification comes from RIL(Radio Interface Layer) with AsyncResult object in handler of Phone class and for security reasons...phone package that does have access at application level. (Otherwise CallManager and CallNotifier classes would have provided you the information for new incoming call).
Secondly new incoming call do not have intent kind of notification like in case of outgoing call. So no way...
精彩评论