summaryrefslogtreecommitdiff
path: root/mms/java
AgeCommit message (Collapse)Author
2021-04-01Merge "[LSC] Add LOCAL_LICENSE_KINDS to frameworks/base" am: 7226ad3729 am: ↵Treehugger Robot
a087245e03 am: 3dd40d172b Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1661581 Change-Id: I99cb5fd94c4ee02688709ad00e3ffbc3e2f388e7
2021-03-31[LSC] Add LOCAL_LICENSE_KINDS to frameworks/baseBob Badour
Added SPDX-license-identifier-Apache-2.0 to: drm/java/Android.bp graphics/java/Android.bp identity/Android.bp identity/java/Android.bp keystore/java/Android.bp location/java/Android.bp location/tests/Android.bp lowpan/java/Android.bp media/mca/effect/java/Android.bp media/mca/filterfw/java/Android.bp media/mca/filterpacks/java/Android.bp mime/java/Android.bp mms/java/Android.bp opengl/java/Android.bp rs/java/Android.bp sax/java/Android.bp services/tests/servicestests/test-apps/PackageParsingTestManifests/Android.bp telecomm/java/Android.bp telephony/common/Android.bp tests/FlickerTests/test-apps/Android.bp Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-BSD to: telephony/java/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I2ee0af9ce8f74de2172b359b41d2c52a8b8f7e6c
2021-03-31Merge changes I97086e30,Ic55df4cf,I81a08c29 am: 4199ef90b9 am: 4bc578052d ↵Anton Hansson
am: ec1f981309 Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1655736 Change-Id: I5d242cf5b18c4b556105cfcfe78df2ac18a8544e
2021-03-30Move framework java filegroups into subdirectoriesAnton Hansson
All the java code used to build the framework jar and run metalava was previously defined in the toplevel Android.bp files. Move these into the subdirs where the source actually lives. This simplifies the rules themselves (no path and needless prefix) and declutters the top level Android.bp. Test: m Change-Id: I97086e309eacb879d16facb8497d9940fa5ddaf6
2020-03-19Merge "Remove Mainline APIs for MmsManger and TelephonyManager" into rvc-dev ↵Sarah Chin
am: 91604c2138 am: 701f4bedb7 am: 8c876265e3 am: bc8df91496 Change-Id: I8b2e7d1bf01b9bc99f1de514454cd8efba8a5908
2020-03-18Remove Mainline APIs for MmsManger and TelephonyManagerSarah Chin
Test: build Bug: 144004293 Bug: 147611125 Change-Id: I44682d1f33eee02d1dcf57f4de8ce2df0a9b126d
2020-02-19Remove extraneous word in javadocTom Taylor
Test: comment change only Bug: 149756626 Change-Id: Ifc6c91c471d250fa701270b568d3b666744bd303
2020-01-28Add optional messageId methods for sending/receiving mms'sTom Taylor
Bug: 148235962 Test: manually tested the new MMS apis using the Messages app Change-Id: I578a9875ba9b0d73c03a61c5878c396d76f8aa52
2020-01-10Make MmsManager public and @SystemServiceSarah Chin
Test: manually verify can send/receive MMS Bug: 144004293 Change-Id: I39cde852252e18f71f98e328354df66611c9db60
2020-01-10Revert "Make MmsManager public"Sarah Chin
This reverts commit 0339a82c0a2772c200aa29867746391cb5af0e8b. Reason for revert: RP1A.200110.001 cannot send/receive MMS Bug: 147475284 Change-Id: I5952168aba996a10554406a9f1675ac3b04fa41f
2020-01-07Make MmsManager publicSarah Chin
Test: atest TelephonyFrameworksTests Bug: 144004293 Change-Id: I6cd3587ecba36c9ff9d45a6c174077e8dd7d8fb0
2020-01-06SMS service loads MMS config directly insteadTaesu Lee
getCarrierConfigValues() is removed from MmsManager and SMS service loads Carrier configuration values directly since MmsService could return null or cached config instead if an app requests the config by receiving ACTION_CARRIER_CONFIG_CHANGED before the config is loaded newly in MmsService by ACTION_CARRIER_CONFIG_CHANGED. Bug: 145768042 Test: manual Change-Id: Idc21015cab2902bd0f67e2131ea89b04c4fc4f5e Signed-off-by: Taesu Lee <taesu82.lee@samsung.com>
2019-10-07Move MmsManager and IMms to frameworks/base/mmsAmit Mahajan
Test: basic sanity Bug: 140763963 Change-Id: Ib2cffce98f62913c3e50c59b63012c39d595d9ce