applications_mms/README-en.md
Theodore C a1b768e1ac
add README-en.md.
Signed-off-by: Theodore C <ccooperr@protonmail.com>
提供readme的英文版本(翻译)
2022-06-07 04:18:06 +00:00

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

MMS_architectural_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

applications_contacts

telephony_sms_mms