[BluetoothChat]update BluetoothChat(tizen_2.1)
[samples/web/BluetoothChat.git] / config.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <widget xmlns:tizen="http://tizen.org/ns/widgets" xmlns="http://www.w3.org/ns/widgets"
3         id="http://sample-web-application.tizen.org/bt-chat" version="2.1.0"
4         viewmodes="maximized">
5         <tizen:application id="QmwDyrmOzO.BluetoothChat"
6                 package="QmwDyrmOzO" required_version="2.1" />
7         <content src="index.html" />
8         <icon src="icon.png" />
9         <name>BluetoothChat</name>
10         <tizen:privilege name="http://tizen.org/privilege/application.launch" />
11         <tizen:privilege name="http://tizen.org/privilege/application.read" />
12         <tizen:privilege name="http://tizen.org/privilege/bluetooth.admin" />
13         <tizen:privilege name="http://tizen.org/privilege/bluetooth.gap" />
14         <tizen:privilege name="http://tizen.org/privilege/bluetooth.spp" />
15         <tizen:privilege name="http://tizen.org/privilege/tizen" />
16         <tizen:setting screen-orientation="portrait"
17                 context-menu="disable" background-support="enable" encryption="disable"
18                 install-location="auto" />
19 </widget>