Support to update the installed and downloaded version
authorleerang song <leerang.song@samsung.com>
Tue, 27 Aug 2013 04:26:42 +0000 (13:26 +0900)
committerleerang song <leerang.song@samsung.com>
Tue, 27 Aug 2013 04:26:42 +0000 (13:26 +0900)
[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

config.xml

index 553cb36..5f5d969 100755 (executable)
@@ -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>