mirror of
https://gitee.com/openharmony/applications_mms
synced 2025-02-17 07:10:47 +00:00
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