summaryrefslogtreecommitdiffstats
path: root/services/core/java/com/android/server/MmsServiceBroker.java
Commit message (Collapse)AuthorAgeFilesLines
* MMS API cleanup (1/4)Ye Wen2014-09-041-3/+3
| | | | | | | | | | | | | | - 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: If5a43e9ab9e42b6328f1581b39051ddf1a58f0dd
* Bug 17262099: MMS API changes (multi-project).Julian Odell2014-09-031-13/+16
| | | | | | | Move MMS api to using content provider rather than byte[] to pass MMS message contents. Rebased and merged into TOT. Change-Id: I3509b2774b1cb30a1c8100bb25d283140c963b6b
* Bug 17243357: Remove MessagingConfigurationManagerShri Borde2014-09-021-15/+4
| | | | | | It is replaced with SmsManager.getCarrierConfigValues Change-Id: I560a53427b08746f2a7ed2e540ecb2c978b7ebd0
* Allow MmsConfig override per request (1/3)Ye Wen2014-08-011-44/+16
| | | | | | | | | | Instead of providing ways to override MmsConfig globally, this allows the override per request, which is safer. Also added subId to the getter of MessagingConfigurationManager. b/16681649 Change-Id: Ia5ee391e2fa51fbdf87d111174d8df21f5f5e41f
* Return fake URI for AppOps permission failure checkYe Wen2014-08-011-4/+17
| | | | Change-Id: Ib7adcce0827a90a49e317a5434fb1abfa91a51d5
* Move archived column from pdu/sms to threads (1/4)Ye Wen2014-07-301-0/+9
| | | | | | Also add API to archive a conversation Change-Id: Ib7daf6e0c3205c3c084406800c9c5bf054e1ca40
* Implement broker pattern for imms (1/3)Ye Wen2014-07-291-0/+376
b/16324360 Change-Id: I41dc9823820eed60406973f5edb5a71deb4b0130