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