[ElmSharp][Test] Update tizen-manifest.xml for internet privilege 69/146469/2
authorRinaYou <rina6350.you@samsung.com>
Tue, 29 Aug 2017 03:22:31 +0000 (12:22 +0900)
committerKangho Hur <kangho.hur@samsung.com>
Wed, 30 Aug 2017 07:13:52 +0000 (07:13 +0000)
- Add the internet privilege to tizen-manifest.xml file for checking operation of LoadAsync method

Change-Id: I9e48a3f64c771110ea379a6343065e1c839adae0

test/ElmSharp.Test/tizen-manifest.xml [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index d2eacea..bf61e8a
@@ -1,9 +1,12 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest package="ElmSharpTest" version="1.0.0" api-version="3.0" xmlns="http://tizen.org/ns/packages">
-  <profile name="common" />
-  <ui-application appid="org.tizen.ElmSharp.Test" exec="ElmSharp.Test.dll" multiple="false" taskmanage="true" splash-screen-display="true" type="dotnet" launch_mode="single">
-    <icon>ElmSharp.Test.png</icon>
-    <label>ElmSharp.Test</label>
-  </ui-application>
-  <shortcut-list />
+    <profile name="common" />
+    <ui-application appid="org.tizen.ElmSharp.Test" exec="ElmSharp.Test.dll" multiple="false" taskmanage="true" splash-screen-display="true" type="dotnet" launch_mode="single">
+        <icon>ElmSharp.Test.png</icon>
+        <label>ElmSharp.Test</label>
+    </ui-application>
+    <shortcut-list />
+    <privileges>
+        <privilege>http://tizen.org/privilege/internet</privilege>
+    </privileges>
 </manifest>