[Non-ACR]Background category added 51/240951/3
authorkamaljeet chauhan <kamal.jc@samsung.com>
Thu, 13 Aug 2020 05:35:19 +0000 (11:05 +0530)
committerJihun Park <jihun87.park@samsung.com>
Wed, 19 Aug 2020 01:51:53 +0000 (01:51 +0000)
Change-Id: Ie62cfbc13a9679358153632a62620ae00ae32c84
Signed-off-by: kamaljeet chauhan <kamal.jc@samsung.com>
tct-suite-vs/Tizen.Calendar.Tests/tizen-manifest.xml
tct-suite-vs/Tizen.Contacts.Tests/tizen-manifest.xml
tct-suite-vs/Tizen.Email.Tests/tizen-manifest.xml
tct-suite-vs/Tizen.Messages.Tests/tizen-manifest.xml
tct-suite-vs/Tizen.PhonenumberUtils.Tests/tizen-manifest.xml

index e3e5b17c0e874a1e20faa82ab1df57f403eaa88a..c3e54d7fb126545e63be14c263d930e7db58ab31 100755 (executable)
@@ -4,6 +4,7 @@
     <service-application appid="Tizen.Calendar.Tests" exec="Tizen.Calendar.Tests.dll" type="dotnet">\r
     <icon>Tizen.Calendar.Tests.png</icon>\r
     <label>Tizen.Calendar.Tests</label>\r
+    <background-category value="background-network" />\r
     </service-application>\r
     <privileges>\r
       <privilege>http://tizen.org/privilege/calendar.read</privilege>\r
index a4b25aa5a52f9a66081c58613788d7db9cc450c1..d132203d6b5717294a2ac125e48742819ee3aa11 100755 (executable)
@@ -1,15 +1,16 @@
-<?xml version="1.0" encoding="utf-8"?>\r
-<manifest xmlns="http://tizen.org/ns/packages" api-version="8" package="Tizen.Contacts.Tests" version="1.0.0">\r
-    <profile name="common" />\r
-    <service-application appid="Tizen.Contacts.Tests" exec="Tizen.Contacts.Tests.dll" type="dotnet">\r
-    <icon>Tizen.Contacts.Tests.png</icon>\r
-    <label>Tizen.Contacts.Tests</label>\r
-    </service-application>\r
-    <privileges>\r
-      <privilege>http://tizen.org/privilege/contact.read</privilege>\r
-      <privilege>http://tizen.org/privilege/contact.write</privilege>\r
-      <privilege>http://tizen.org/privilege/callhistory.read</privilege>\r
-      <privilege>http://tizen.org/privilege/callhistory.write</privilege>\r
-      <privilege>http://tizen.org/privilege/appmanager.launch</privilege>\r
-    </privileges>\r
-</manifest>\r
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns="http://tizen.org/ns/packages" api-version="8" package="Tizen.Contacts.Tests" version="1.0.0">
+    <profile name="common" />
+    <service-application appid="Tizen.Contacts.Tests" exec="Tizen.Contacts.Tests.dll" type="dotnet">
+    <icon>Tizen.Contacts.Tests.png</icon>
+    <label>Tizen.Contacts.Tests</label>
+    <background-category value="background-network" />
+    </service-application>
+    <privileges>
+      <privilege>http://tizen.org/privilege/contact.read</privilege>
+      <privilege>http://tizen.org/privilege/contact.write</privilege>
+      <privilege>http://tizen.org/privilege/callhistory.read</privilege>
+      <privilege>http://tizen.org/privilege/callhistory.write</privilege>
+      <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
+    </privileges>
+</manifest>
index 61b9d77084cc94d19f2dcc8bfe617ed7f8ccf658..1f94edadd18f0d9597446facbeee59b66be49228 100755 (executable)
@@ -4,6 +4,7 @@
     <service-application appid="Tizen.Email.Tests" exec="Tizen.Email.Tests.dll" type="dotnet">\r
                <icon>Tizen.Email.Tests.png</icon>\r
                <label>Tizen.Email.Tests</label>\r
+               <background-category value="background-network" />\r
     </service-application>\r
     <privileges>\r
       <privilege>http://tizen.org/privilege/email</privilege>\r
index c31f5515a6d8f901dd88c0ff0fa741b0ee0e5f29..e3079db70220f83159b96b3a80e285a9d5d9a6e6 100755 (executable)
@@ -4,6 +4,7 @@
     <service-application appid="Tizen.Messages.Tests" exec="Tizen.Messages.Tests.dll" type="dotnet">\r
                <icon>Tizen.Messages.Tests.png</icon>\r
                <label>Tizen.Messages.Tests</label>\r
+                <background-category value="background-network" />\r
     </service-application>\r
     <privileges>\r
         <privilege>http://tizen.org/privilege/message.read</privilege>\r
index 159e7ccf0a3f3026db562ef8a05940456b6154ad..4112e172e7c433cdf473fb5ef0573d952b81456c 100755 (executable)
@@ -4,6 +4,7 @@
     <service-application appid="Tizen.PhonenumberUtils.Tests" exec="Tizen.PhonenumberUtils.Tests.dll" type="dotnet">
     <icon>Tizen.PhonenumberUtils.Tests.png</icon>
     <label>Tizen.PhonenumberUtils.Tests</label>
+    <background-category value="background-network" />
     </service-application>
     <privileges>
       <privilege>http://tizen.org/privilege/telephony</privilege>