From a1b768e1ac1fab8e4b1ec802a76c5243c6f429c6 Mon Sep 17 00:00:00 2001 From: Theodore C Date: Tue, 7 Jun 2022 04:18:06 +0000 Subject: [PATCH] =?UTF-8?q?add=20README-en.md.=20Signed-off-by:=20Theodore?= =?UTF-8?q?=20C=20=20=E6=8F=90=E4=BE=9Breadme?= =?UTF-8?q?=E7=9A=84=E8=8B=B1=E6=96=87=E7=89=88=E6=9C=AC=EF=BC=88=E7=BF=BB?= =?UTF-8?q?=E8=AF=91=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-en.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 README-en.md diff --git a/README-en.md b/README-en.md new file mode 100644 index 0000000..beb0265 --- /dev/null +++ b/README-en.md @@ -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)