summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorleerang song <leerang.song@samsung.com>2013-08-27 13:26:42 +0900
committerleerang song <leerang.song@samsung.com>2013-08-27 13:26:42 +0900
commit4e82523b57a395dc138bec4c0491cf90a8e5f7df (patch)
tree9a4f1eaca0c14f18ecd8a7205b479a878cf4a744
parenta3d655e161478d58bc429fb3770aef4e64ad2bb1 (diff)
downloadDynamicBox-4e82523b57a395dc138bec4c0491cf90a8e5f7df.tar.gz
DynamicBox-4e82523b57a395dc138bec4c0491cf90a8e5f7df.tar.bz2
DynamicBox-4e82523b57a395dc138bec4c0491cf90a8e5f7df.zip
Support to update the installed and downloaded version
[Issue#] N_SE-49525 [Problem] Installed version and downloaded version is not showing for DynamicBox when reinstall [Cause] Config.xml of DynamicBox sample app is no version in widget attribute. [Solution] Add version in widget attribute of config.xml - <widget version="0.1"> [SCMRequest] N/A Change-Id: I4ae19eb4c668a0cbbb45606d6b228b93938edb8b
-rwxr-xr-xconfig.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.xml b/config.xml
index 553cb36..5f5d969 100755
--- a/config.xml
+++ b/config.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<widget xmlns="http://www.w3.org/ns/widgets" xmlns:tizen="http://tizen.org/ns/widgets" id="http://yourdomain/DynamicBox">
+<widget xmlns="http://www.w3.org/ns/widgets" xmlns:tizen="http://tizen.org/ns/widgets" id="http://yourdomain/DynamicBox" version="0.1">
<tizen:application id="syWXgC5ZcI.DynamicBox" package="syWXgC5ZcI" required_version="2.2"/>
<icon src="icon.png"/>
<name>DynamicBox</name>