Detecting new MMS (Android 2.1)

前端 未结 1 732
心在旅途
心在旅途 2020-12-22 04:31

I\'d like to recognize arrival of new MMS msg (after it is downloaded to inbox). I am doing the following:

private MMSContentObserver mMmsCO;

public void on         


        
相关标签:
1条回答
  • 2020-12-22 04:46

    The MMS content provider isn't part of the SDK but it can be used... a real answer here would be nice since all messaging apps use content://mms in some way or shape.

    Since google decided not to standardize MMS we are all have to test on every phone out there but we still need to be able to handle MMSs in our apps.

    0 讨论(0)
提交回复
热议问题