[title] add screen size feature in config.xml
authorJoonghun Park <jh718.park@samsung.com>
Fri, 23 Aug 2013 12:30:36 +0000 (21:30 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Fri, 23 Aug 2013 13:17:52 +0000 (13:17 +0000)
Change-Id: I6f4332463870112333c44a2cc6c8e04ff710b8e1

config.xml

index 9e52001..e27b13e 100755 (executable)
@@ -2,6 +2,7 @@
 <widget xmlns="http://www.w3.org/ns/widgets" xmlns:tizen="http://tizen.org/ns/widgets" id="http://yourdomain/ImageRotation" version="1.0.0" viewmodes="maximized">
     <tizen:application id="k7nOAli2fO.ImageRotation" package="k7nOAli2fO" required_version="2.1"/>
     <content src="index.html"/>
+    <feature name="http://tizen.org/feature/screen.size.all"/>
     <icon src="icon.png"/>
     <name>ImageRotation</name>
 </widget>