add README-en.md.

Signed-off-by: Theodore C <ccooperr@protonmail.com>
提供readme的英文版本(翻译)
This commit is contained in:
Theodore C 2022-06-07 04:18:06 +00:00 committed by Gitee
parent 8f2d171518
commit a1b768e1ac
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

45
README-en.md Normal file
View File

@ -0,0 +1,45 @@
# Mms application Information
## Introduction
The Mms application is a preset system application in OpenHarmony. The main functions include information viewing, sending SMS, receiving SMS, SMS delivery report, deleting SMS and other functions.
### Architecture diagram
![MMS_architectural_diagram](./doc/image/MMS_architectural_diagram.png)
## Table of contents
~~~
/Mms/
├── doc # documentry
├── entry
│ └── src
│ └── main
│ └── ets
│ └── default
│ ├── data # custom data type
│ ├── model
│ ├── pages
│ ├── conversation
│ ├── conversationlist
│ ├── index
│ ├── info_msg
│ ├── query_report
│ └── settings
│ ├── service
│ ├── utils
│ ├── views
│ └── app.ets # application life cycle
│ └── ServiceAbility # background resident service
│ ├── resources
│ └── config.json
├── signs
└── LICENSE
~~~
## Related repos
[**applications_contacts**](https://gitee.com/openharmony/applications_contacts)
[**telephony_sms_mms**](https://gitee.com/openharmony/telephony_sms_mms)