From c9a180d72b8fa1a70ae427903e0de30d986846ae Mon Sep 17 00:00:00 2001 From: Hwankyu Jhun Date: Fri, 19 Apr 2019 08:24:15 +0900 Subject: [PATCH] Release version 0.3.2 Changes: - Modified loading syspopup info Change-Id: I19aed3c59bd13fef8caace57630d654eed638cd0 Signed-off-by: Hwankyu Jhun --- README.md | 3 ++- packaging/syspopup.spec | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c5bfb9..0e933a6 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@
## How to register a syspopup - If you install a xml file to the syspopup directory which is "/usr/share/syspopup/\", the syspopup information will be registered automatically while creating the binary image. +- If you're a platform developer, please install the xml file in "/usr/share/syspopup/default" directory.
e.g. org.tizen.hellopopup.xml (for mobile profile)
@@ -26,4 +27,4 @@ e.g. org.tizen.hellopopup.xml (for mobile profile) focus | The focus. If it's 'true', the popup window has a focus (value: 'true' or 'false') timeout | The timeout interval. (value: -1 ~ integer [-1: infinite, 0: don't use]) term-action | The termination action (value: 'term' or 'hide' or 'ignore') - endkey-action | The endkey action (value: 'term' or 'hide' or 'ignore') \ No newline at end of file + endkey-action | The endkey action (value: 'term' or 'hide' or 'ignore') diff --git a/packaging/syspopup.spec b/packaging/syspopup.spec index 6da49ad..8492cf9 100644 --- a/packaging/syspopup.spec +++ b/packaging/syspopup.spec @@ -1,6 +1,6 @@ Name: syspopup Summary: Syspopup package -Version: 0.3.1 +Version: 0.3.2 Release: 0 Group: System/Libraries License: Apache-2.0 -- 2.7.4