# applications_settings **Repository Path**: wangjixing/applications_settings ## Basic Information - **Project Name**: applications_settings - **Description**: Settings system app | 系统设置应用 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 362 - **Created**: 2022-05-07 - **Last Updated**: 2022-05-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Settings - [Introduction](#section11660541593) - [Architecture](#section48896451454) - [Directory Structure](#section161941989596) - [Repositories Involved](#section1371113476307) ## Introduction The Settings is a system application prebuilt in OpenHarmony. It provides a human-machine interactions entry for users to set system configs like settings system time, lightness of screen and etc. ### Architecture ![](figures/en-us_image_0000001153225717.png) ## Directory Structure ``` /applications/standard/settings ├── entry # main entry module │ └── src │ ├── main │ ├── ets # ets module │ ├── default │ ├── common # common code and utils │ ├── model # data management and logic control │ ├── pages # code of view components │ ├── res # some image resources │ ├── resources # other resources │ ├── app.ets # main process │ ├── resources # resources configs │ ├── base # default language, image resources, font size and colors │ ├── en_AS.element # English resources │ ├── rawfile # local configs │ ├── zh_CN.element # Chinese resources │ └── config.json # global configs ├── signature # Certificate files ├── LICENSE # Copyright license file ``` ## Repositories Involved System apps **applications\_settings**