[BluetoothChat]update BluetoothChat(tizen_2.1)
authorji.ji <ji.ji@samsung.com>
Tue, 4 Jun 2013 07:10:05 +0000 (16:10 +0900)
committerji.ji <ji.ji@samsung.com>
Tue, 4 Jun 2013 07:10:05 +0000 (16:10 +0900)
Change-Id: I8fbef8fe1e37110d4fcb3aaaa96d3dfc28fa35e5

config.xml
icon.png

index e1197c1..808a5b9 100644 (file)
@@ -1,18 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<widget xmlns:tizen="http://tizen.org/ns/widgets" xmlns="http://www.w3.org/ns/widgets"
-       id="http://sample-web-application.tizen.org/bt-chat" version="2.1.0"
-       viewmodes="maximized">
-       <tizen:application id="QmwDyrmOzO.BluetoothChat"
-               package="QmwDyrmOzO" required_version="2.1" />
-       <content src="index.html" />
-       <icon src="icon.png" />
+<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="QmwDyrmOzO.BluetoothChat" package="QmwDyrmOzO" required_version="2.1"/>
+       <content src="index.html"/>
+       <icon src="icon.png"/>
        <name>BluetoothChat</name>
-       <tizen:privilege name="http://tizen.org/privilege/application.launch" />
-       <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="disable" background-support="disable" encryption="disable"
-               install-location="auto" />
+       <tizen:privilege name="http://tizen.org/privilege/application.launch"/>
+       <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="disable" background-support="disable" encryption="disable" install-location="auto"/>
 </widget>
index 9765b1b..5934757 100644 (file)
Binary files a/icon.png and b/icon.png differ