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

config.xml

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