Add screen size feature is updated
authorHoseon LEE <hoseon46.lee@samsung.com>
Wed, 11 Sep 2013 10:51:11 +0000 (19:51 +0900)
committerHoseon LEE <hoseon46.lee@samsung.com>
Wed, 11 Sep 2013 10:52:07 +0000 (19:52 +0900)
[Issue#]   N/A
[Problem]  The applicatino is not guarantee for the all screen size
[Cause]    Currently, the default screen size is 720X1280
[Solution] The screen size feature is set to <feature name="http://tizen.org/feature/screen.size.normal.720.1280"/>
[SCMRequest] N/A

Change-Id: I52174c577c567f4d1de6509f0eabfc43660ef15e

config.xml

index 5f5d969..938ea7a 100755 (executable)
@@ -3,7 +3,7 @@
 <tizen:application id="syWXgC5ZcI.DynamicBox" package="syWXgC5ZcI" required_version="2.2"/>
 <icon src="icon.png"/>
 <name>DynamicBox</name>
-<feature name="http://tizen.org/feature/screen.size.all"/>
+<feature name="http://tizen.org/feature/screen.size.normal.720.1280"/>
     <tizen:app-widget id="syWXgC5ZcI.DynamicBox.default" primary="true">
         <tizen:box-label>Web dynamicbox</tizen:box-label>
         <tizen:box-icon src="icon.png"/>