blob: b54834c506fea6590f4c1ccbc9f2efb273a2a670 (
plain)
1
2
3
4
5
6
7
8
|
<?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/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>
|