native applicationSubscribe to RSS - native application

How to Use EDC file in Native Application

1 Introduction

EDC file stands for EDJE data collection. It is a file which contains the position, size, and other parameters of graphical elements that compose the visual aspect of an application. EDC file structure follows several blocks that contain properties description of graphical elements. An EDC file has the “.edc” extension. This tip document demonstrates how to use EDC file in native application to change different properties of graphical elements.

Security and API Privileges

Tizen provides API-level access control for security-sensitive operations which, if not used correctly, can harm user privacy and system stability. Therefore, native applications that use such sensitive APIs must declare the required privileges in the tizen-manifest.xml file and user notification is provided on the basis of declared privileges. This page shows privileges for native application.