[title] add screen size feature in config.xml
authorJoonghun Park <jh718.park@samsung.com>
Fri, 23 Aug 2013 12:32:58 +0000 (21:32 +0900)
committerJoonghun Park <jh718.park@samsung.com>
Fri, 23 Aug 2013 12:33:49 +0000 (21:33 +0900)
Change-Id: I1aff766dedc0a8b9af4f1600404999654e7c23e6

config.xml

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