mirror of
https://gitee.com/openharmony/applications_mms
synced 2024-11-22 23:29:41 +00:00
a1b768e1ac
Signed-off-by: Theodore C <ccooperr@protonmail.com> 提供readme的英文版本(翻译)
1.8 KiB
1.8 KiB
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
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