[Tizen.MachineLearning.Inference][Non-ACR] Add background category 30/240830/1
authorSangjung Woo <sangjung.woo@samsung.com>
Wed, 12 Aug 2020 01:47:24 +0000 (10:47 +0900)
committerSangjung Woo <sangjung.woo@samsung.com>
Wed, 12 Aug 2020 01:47:24 +0000 (10:47 +0900)
To prevent TC blocking, this patch adds the background category section.

Change-Id: I0a1b4a8b69ab25077b6c4fd8c2900188a1704cda
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
tct-suite-vs/Tizen.MachineLearning.Inference.Tests/tizen-manifest.xml

index f4bc97f..149e3bd 100755 (executable)
@@ -4,6 +4,11 @@
     <service-application appid="Tizen.MachineLearning.Inference.Tests" exec="Tizen.MachineLearning.Inference.Tests.dll" type="dotnet">
                <icon>Tizen.MachineLearning.Inference.Tests.png</icon>
                <label>Tizen.MachineLearning.Inference.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>