summaryrefslogtreecommitdiff
path: root/samples/ApiDemos/src/com/example/android/apis/os/MmsMessagingDemo.java
Commit message (Collapse)AuthorAgeFilesLines
* PduParser MSIM support (4/4)Ye Wen2014-11-181-2/+4
| | | | | | | | | | | | | PduParser needs to know if Content-Disposition part header is supported for a specific carrier. Originally this is loaded directly from system resource in PduParser. This won't work for multi-SIM, which requires getting that config based on carrier. This change adds parameter to indicate if this header is supported and requires caller to provider the config. b/18371228 Change-Id: I8a0a7ce91d1b9581fe5d4545fa954277a661751b
* Send and download MMS via content provider instead of PDU bytes.Cheuksan Wang2014-09-091-4/+5
| | | | Change-Id: Ib5a93d07799c9e14fea8be820c6bd4bc7ae8be3a
* MMS API cleanup (4/4)Ye Wen2014-09-041-1/+1
| | | | | | | | | | | | | | - Hide APIs not approved by API council (b/17189780) - Change configOverrides in MMS APIs from ContentValues to Bundle to be consistent (b/17390017) - Change SmsManager.MMS_EXTRA_DATA to EXTRA_MMS_DATA per API council review (b/17390977) b/17189780 b/17390017 b/17390977 Change-Id: Id9ae09ae4ef083186b93677ffabf5640c54aa99d
* Bug 17262099: MMS API changes (multi-project).Julian Odell2014-09-031-15/+85
| | | | | | | Change API demo to use new content provider based MMS API. Rebased and merged with TOT. Change-Id: Ia1b815f2904ccfc9962960369f85e1f2de830927
* MMS API: ApiDemos demo appYe Wen2014-08-011-0/+385
b/14095333 Change-Id: Ieffbc559f636fe1c556221e23533d8ba5ac74cb6