提交 b1181fec 编写于 作者: C chennian 提交者: jinguang

!1155 新增权限管理应用仓

* 新增权限管理应用仓和committer 信息
上级 5b5d1e6e
...@@ -58,6 +58,10 @@ ...@@ -58,6 +58,10 @@
{ {
"gitee_id": "xuchangzhou", "gitee_id": "xuchangzhou",
"gitee_email": "xuzhangzhou@huawei.com" "gitee_email": "xuzhangzhou@huawei.com"
},
{
"gitee_id": "jiang-xiaofeng",
"gitee_email": "jiangxiaofeng8@huawei.com"
} }
] ]
} }
\ No newline at end of file
...@@ -34,6 +34,7 @@ Defines and builds OpenHarmony system applications, applies for and implements i ...@@ -34,6 +34,7 @@ Defines and builds OpenHarmony system applications, applies for and implements i
- applications_contactsdata: https://gitee.com/openharmony-sig/applications_contactsdata - applications_contactsdata: https://gitee.com/openharmony-sig/applications_contactsdata
- applications_notes: https://gitee.com/openharmony-sig/applications_notes - applications_notes: https://gitee.com/openharmony-sig/applications_notes
- applications_app_samples: https://gitee.com/openharmony/applications_app_samples - applications_app_samples: https://gitee.com/openharmony/applications_app_samples
- applications_permission_manager: https://gitee.com/openharmony/applications_permission_manager
## SIG Members ## SIG Members
...@@ -56,6 +57,7 @@ Defines and builds OpenHarmony system applications, applies for and implements i ...@@ -56,6 +57,7 @@ Defines and builds OpenHarmony system applications, applies for and implements i
- @zhuchengfeng1(https://gitee.com/zhuchengfeng1) - @zhuchengfeng1(https://gitee.com/zhuchengfeng1)
- @yangpeng85(https://gitee.com/yangpeng85) - @yangpeng85(https://gitee.com/yangpeng85)
- @xuchangzhou(https://gitee.com/xuchangzhou) - @xuchangzhou(https://gitee.com/xuchangzhou)
- @jiang-xiaofeng(https://gitee.com/jiang-xiaofeng)
### Meetings ### Meetings
- Meeting time:monthly meeting - Meeting time:monthly meeting
......
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
系统截屏应用|ScreenShot应用是OpenHarmony中预置的系统应用,为用户提供截取当前屏幕并保存图片的功能。|applications_screenshot| 系统截屏应用|ScreenShot应用是OpenHarmony中预置的系统应用,为用户提供截取当前屏幕并保存图片的功能。|applications_screenshot|
|文件选择器|FilePicker应用是OpenHarmony中预置的系统应用,为用户提供文件选择及保存功能|applications_filepicker| |文件选择器|FilePicker应用是OpenHarmony中预置的系统应用,为用户提供文件选择及保存功能|applications_filepicker|
|应用示例|为提高鸿蒙北向应用开发者开发效率,增加各个子系统特性的Sample样例,帮助开发者迅速掌握鸿蒙能力|applications_app_samples| |应用示例|为提高鸿蒙北向应用开发者开发效率,增加各个子系统特性的Sample样例,帮助开发者迅速掌握鸿蒙能力|applications_app_samples|
|权限管理应用|权限管理应用是OpenHarmony中预置的系统应用,为用户提供运行时权限弹框和权限管理设置能力。|applications_permission_manager|
- 代码仓地址: - 代码仓地址:
- applications_systemui:https://gitee.com/openharmony/applications_systemui - applications_systemui:https://gitee.com/openharmony/applications_systemui
...@@ -52,6 +53,7 @@ ...@@ -52,6 +53,7 @@
- applications_settingsdata: https://gitee.com/openharmony-sig/applications_settings_data - applications_settingsdata: https://gitee.com/openharmony-sig/applications_settings_data
- applications_notes: https://gitee.com/openharmony-sig/applications_notes - applications_notes: https://gitee.com/openharmony-sig/applications_notes
- applications_app_samples: https://gitee.com/openharmony/applications_app_samples - applications_app_samples: https://gitee.com/openharmony/applications_app_samples
- applications_permission_manager: https://gitee.com/openharmony/applications_permission_manager
## SIG组成员 ## SIG组成员
...@@ -74,6 +76,7 @@ ...@@ -74,6 +76,7 @@
- @zhuchengfeng1(https://gitee.com/zhuchengfeng1) - @zhuchengfeng1(https://gitee.com/zhuchengfeng1)
- @yangpeng85(https://gitee.com/yangpeng85) - @yangpeng85(https://gitee.com/yangpeng85)
- @xuchangzhou(https://gitee.com/xuchangzhou) - @xuchangzhou(https://gitee.com/xuchangzhou)
- @jiang-xiaofeng(https://gitee.com/jiang-xiaofeng)
### 会议 ### 会议
- 会议时间:月度例会 - 会议时间:月度例会
......
...@@ -408,3 +408,4 @@ ...@@ -408,3 +408,4 @@
|406|request_request|base/request/request|https://gitee.com/liuwenhui_ddmp|anna.liuwenhui@huawei.com|https://gitee.com/illybyy|baoyayong@huawei.com|SIG_BasicSoftwareService| |406|request_request|base/request/request|https://gitee.com/liuwenhui_ddmp|anna.liuwenhui@huawei.com|https://gitee.com/illybyy|baoyayong@huawei.com|SIG_BasicSoftwareService|
|407|theme_screenlock_mgr|base/theme/screenlock_mgr|https://gitee.com/illybyy|baoyayong@huawei.com| | |SIG_BasicSoftwareService| |407|theme_screenlock_mgr|base/theme/screenlock_mgr|https://gitee.com/illybyy|baoyayong@huawei.com| | |SIG_BasicSoftwareService|
|408|theme_wallpaper_mgr|base/theme/wallpaper_mgr|https://gitee.com/illybyy|baoyayong@huawei.com| | |SIG_BasicSoftwareService| |408|theme_wallpaper_mgr|base/theme/wallpaper_mgr|https://gitee.com/illybyy|baoyayong@huawei.com| | |SIG_BasicSoftwareService|
|409|applications_permission_manager|applications/standard/permission_manager|https://gitee.com/jiang-xiaofeng|jiangxiaofeng8@huawei.com|https://gitee.com/libing23|libing23@huawei.com|SIG_SystemApplication|
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册