mirror of
https://github.com/openharmony/startup_appspawn.git
synced 2026-08-25 06:20:05 -04:00
weekly_20260629
删除appdata-sandbox.json的permissionmanager配置 Created-by: chennian Commit-by: chennian Merged-by: openharmony_ci Description: ### 相关的Issue https://gitcode.com/openharmony/startup_appspawn/issues/2018 ### 原因(目的、解决的问题等) 删除appdata-sandbox.json的permissionmanager配置 ### 描述(做了什么,变更了什么) ### 测试用例(新增、改动、可能影响的功能) See merge request: openharmony/startup_appspawn!2791
Startup
Introduction
Appspawn is responsible for creating application process and setting process information function.
Directory Structure
base/startup/appspawn
├── include # include directory
├── parameter # system parameters
├── src # source code
│ └── socket # encapsulation of socket basic library
└── test # test code
Repositories Involved
Startup subsystem
Description
Languages
C++
62.7%
C
30%
Python
7.2%
Shell
0.1%