Open with
Description. The фзздшсфешщ demonstrates the use of the "Open With" mechanism to open a file. To do this, the application uses the intent mechanism. The application implements files viewer and opening files using other applications.
You can read more about Contacts API here.
Table of Contents
- Table of Contents
- Compatibility
- Features of build
- Branch info
- Install and Run
- Screenshots
- Project Structure
- Terms of Use and Participation in Development
Compatibility
The project is compatible with Aurora 5th OS versions and upper.
Features of build
This example being built using the Aurora SDK in the usual way: Documentation.
Branch info
Install and Run
The project being installed and run in the usual way using the Aurora SDK: Documentation.
When you first launch the application, you must grant it all the required permissions.
Screenshots
Project structure
The project has a standard structure of an application based on C++ and QML for Aurora OS.
- CMakeLists.txt file describes the project structure for the qmake build system.
- icons directory contains the application icons for different screen resolutions.
-
qml directory contains the QML source code and the UI resources.
- cover directory contains the application cover implementations.
- pages directory contains the application pages.
- OpenWith.qml file provides the application window implementation.
-
rpm directory contains the rpm-package build settings.
- ru.auroraos.OpenWith.spec file is used by rpmbuild tool.
-
src directory contains the C++ source code.
- intentsinvoker.h & intentsinvoker.cpp files implement the class for sending intents.
- mimetypemanager.h implements a class for gettig files mime-type.
- main.cpp file is the application entry point.
- translations directory contains the UI translation files.
- ru.auroraos.OpenWith.desktop file defines the display and parameters for launching the application.
Terms of Use and Participation in Development
The source code of the project is provided under the license, which allows it to be used in third-party applications.
Contributor License Agreement The contributor agreement documents the rights granted by contributors of the Open Mobile Platform.
Information about the contributors is specified in the AUTHORS file.
Code of conduct is a current set of rules of the Open Mobile Platform which informs you how we expect the members of the community will interact while contributing and communicating.
