[System][Non-ACR][Apply background-category] 82/240782/5
authorHyotaek Shim <hyotaek.shim@samsung.com>
Tue, 11 Aug 2020 10:33:41 +0000 (19:33 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Tue, 11 Aug 2020 10:48:12 +0000 (19:48 +0900)
Change-Id: I522e8284c4542ca2ad7c9cad4a74fe46ed08b772
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
tct-suite-vs/Tizen.Device.Tests/tizen-manifest.xml
tct-suite-vs/Tizen.Feedback.Tests/tizen-manifest.xml
tct-suite-vs/Tizen.System.Tests/tizen-manifest.xml
tct-suite-vs/Tizen.Usb.Tests/tizen-manifest.xml

index 72ffeeb..b38df6c 100755 (executable)
@@ -4,6 +4,11 @@
     <service-application appid="Tizen.Device.Tests" exec="Tizen.Device.Tests.dll" type="dotnet">
         <icon>Tizen.Device.Tests.png</icon>
         <label>Tizen.Device.Tests</label>
+        <background-category value="media" />
+        <background-category value="background-network" />
+        <background-category value="location" />
+        <background-category value="sensor" />
+        <background-category value="iot-communication" />
     </service-application>
     <shortcut-list />
     <privileges>
index 01ce717..7916cc9 100755 (executable)
@@ -2,8 +2,13 @@
 <manifest xmlns="http://tizen.org/ns/packages" api-version="8" package="Tizen.Feedback.Tests" version="1.0.0">\r
   <profile name="common" />\r
   <service-application appid="Tizen.Feedback.Tests" exec="Tizen.Feedback.Tests.dll" type="dotnet">\r
-  <icon>Tizen.Feedback.Tests.png</icon>\r
-  <label>Tizen.Feedback.Tests</label>\r
+        <icon>Tizen.Feedback.Tests.png</icon>\r
+        <label>Tizen.Feedback.Tests</label>\r
+        <background-category value="media" />\r
+        <background-category value="background-network" />\r
+        <background-category value="location" />\r
+        <background-category value="sensor" />\r
+        <background-category value="iot-communication" />\r
   </service-application>\r
   <privileges>\r
         <privilege>http://tizen.org/privilege/appmanager.launch</privilege>\r
index 2b7e441..1191698 100755 (executable)
@@ -4,8 +4,13 @@
   <service-application appid="Tizen.System.Tests" exec="Tizen.System.Tests.dll" type="dotnet">\r
     <icon>Tizen.System.Tests.png</icon>\r
     <label>Tizen.System.Tests</label>\r
+    <background-category value="media" />\r
+    <background-category value="background-network" />\r
+    <background-category value="location" />\r
+    <background-category value="sensor" />\r
+    <background-category value="iot-communication" />\r
   </service-application>\r
        <privileges>\r
           <privilege>http://tizen.org/privilege/appmanager.launch</privilege>\r
-        </privileges>\r
+    </privileges>\r
 </manifest>\r
index 863e52c..58873fb 100755 (executable)
@@ -2,8 +2,13 @@
 <manifest xmlns="http://tizen.org/ns/packages" api-version="8" package="Tizen.Usb.Tests" version="1.0.0">
     <profile name="common" />
     <service-application appid="Tizen.Usb.Tests" exec="Tizen.Usb.Tests.dll" type="dotnet">
-    <icon>Tizen.Usb.Tests.png</icon>
-    <label>Tizen.Usb.Tests</label>
+        <icon>Tizen.Usb.Tests.png</icon>
+        <label>Tizen.Usb.Tests</label>
+        <background-category value="media" />
+        <background-category value="background-network" />
+        <background-category value="location" />
+        <background-category value="sensor" />
+        <background-category value="iot-communication" />
     </service-application>
     <privileges>
         <privilege>http://tizen.org/privilege/appmanager.launch</privilege>