[BluetoothChat] updated BluetoothChat sources
[samples/web/BluetoothChat.git] / config.xml
index 30cbdf5..ce97e15 100644 (file)
@@ -1,15 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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">
-       <tizen:application id="2PlyGQLfgh" required_version="1.0"/>
-       <conent src="index.html"/>
+<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.2.0" viewmodes="maximized">
+       <tizen:application id="QmwDyrmOzO.BluetoothChat" package="QmwDyrmOzO" required_version="2.2"/>
+       <content src="index.html"/>
        <icon src="icon.png"/>
-       <name>BluetoothChat</name>
+       <name>Bluetooth chat</name>
        <tizen:privilege name="http://tizen.org/privilege/application.launch"/>
-       <tizen:privilege name="http://tizen.org/privilege/application.read"/>
        <tizen:privilege name="http://tizen.org/privilege/bluetooth.admin"/>
        <tizen:privilege name="http://tizen.org/privilege/bluetooth.gap"/>
        <tizen:privilege name="http://tizen.org/privilege/bluetooth.spp"/>
        <tizen:privilege name="http://tizen.org/privilege/tizen"/>
-       <tizen:setting screen-orientation="portrait" context-menu="enable" background-support="enable" encryption="disable" nodisplay="false"/>
-       <tizen:setting context-menu="enable"/>
+       <tizen:setting screen-orientation="portrait" context-menu="disable" background-support="disable" encryption="disable" install-location="auto"/>
 </widget>