App Configuration

App Configuration

Темы: Demo AuroraOS C++
+ ещё 1
The example of using unified application setup and configuration.

RU | EN

App Configuration

Application Description

App Configuration is an example of working with the Managed Configuration library for Aurora OS, which is used to manage the application configuration:

  • Getting the current application configuration;
  • Changing the application configuration;
  • Getting information about configuration changes.

Contents

Compatibility

The project is compatible starting with Aurora OS version 5.1.5 and higher.

Build Features

The project is built in the usual way using the Aurora SDK.

Branch information

The application versions comply with the branch name convention

Installation and launch

The application is installed and launched according to the Example build instructions.

The application must have ManagedConfiguration permissions to work. These permissions are set in the .desktop file.

Screenshots

screenshots

Project structure

The project has a standard structure of an application based on C++ and QML for Aurora OS.

  • The CMakeLists.txt file describes the application structure for the CMake build system.
  • The icons directory contains application icons for different screen resolutions.
  • The qml directory contains QML source code and user interface resources.
  • The cover directory contains application shell implementations.
  • The icons directory contains additional user interface icons.
  • The pages directory contains the application pages.
  • The AppConfiguration.qml file implements the application window.
  • The rpm directory contains the rpm package build settings. The ru.auroraos.AppConfiguration.spec file is used by the rpmbuild tool.
  • The src directory contains the C++ source code.
  • The main.cpp file is the application entry point.
  • The translations directory contains the user interface translation files.
  • The config directory contains an xml file with the application settings.
  • The ru.auroraos.AppConfiguration.desktop file defines the display and launch parameters of the application.

Terms of Use and Contribution to Development

The source code of the project is provided under a license, which allows its use in third-party applications.

The Contributor Agreement regulates the rights granted by the participants of the Open Mobile Platform company.

Information about the participants is specified in the AUTHORS file.

Code of Conduct is the current set of rules of the Open Mobile Platform company, which informs about the expectations for interaction between community members when communicating and working on projects.