Go to file
2023-09-25 09:42:14 +00:00
AppScope update 2023-05-06 09:43:43 +08:00
doc/image Adapt to API9 2022-04-24 10:34:18 +08:00
entry update 2023-07-26 14:35:16 +08:00
signs update mms code 2022-11-21 19:25:32 +08:00
.gitignore update mms code 2022-11-21 19:25:32 +08:00
build-profile.json5 update compilesdkversion10 2023-02-02 10:48:09 +08:00
hvigorfile.js update mms code 2022-11-21 19:25:32 +08:00
LICENSE Add Mms app source 2021-12-27 07:20:53 +00:00
OAT.xml 回退 'Pull Request !60 : 【master】mms适配ohpm' 2023-09-25 09:42:14 +00:00
package.json 回退 'Pull Request !60 : 【master】mms适配ohpm' 2023-09-25 09:42:14 +00:00
README-en.md add README-en.md. 2022-06-07 04:18:06 +00:00
README.md 调整README.md文件内容格式 2023-08-21 10:50:32 +08:00

信息应用

简介

内容介绍

Mms应用是OpenHarmony中预置的系统应用主要的功能包含信息查看、发送短信、接收短信、短信送达报告、删除短信等功能。

架构图

MMS_architectural_diagram

目录

/Mms/
├── doc                                        # 资料
├── entry
│   └── src
│       └── main
│           └── ets                            # ets代码目录
│               └── default                    # 业务代码目录
│                   ├── data                   # 自定义数据类型
│                   ├── model                  # 对接数据库
│                   ├── pages                  # 所有页面
│                       ├── conversation       # 会话详情页面
│                       ├── conversationlist   # 信息列表页面
│                       ├── index              # 初始页面
│                       ├── infomsg            # 通知信息列表页面
│                       ├── queryreport        # 报告详情页面
│                       └── settings           # 设置页面
│                   ├── service                # 业务逻辑
│                   ├── utils                  # 工具类
│                   ├── views                  # 自定义组件
│                   └── app.ets                # 应用生命周期
│               └── StaticSubscriber           # 静态事件监听
│           ├── resources                      # 资源配置文件存放目录
│           └── config.json                    # 全局配置文件
├── signs                                      # 签名
└── LICENSE

相关仓

applications_contacts

telephony_sms_mms