[Non-ACR] Add background category 98/240798/1
authorLohit Agarwalla <l.agarwalla@samsung.com>
Tue, 11 Aug 2020 12:02:52 +0000 (17:32 +0530)
committerLohit Agarwalla <l.agarwalla@samsung.com>
Tue, 11 Aug 2020 12:02:52 +0000 (17:32 +0530)
Change-Id: I06c752573fab0cdfdb31053167d9c0214cc07203
Signed-off-by: Lohit Agarwalla <l.agarwalla@samsung.com>
tct-suite-vs/Tizen.FidoClient.Tests/tizen-manifest.xml

index 33ae096..3f8dd11 100755 (executable)
@@ -2,8 +2,13 @@
 <manifest xmlns="http://tizen.org/ns/packages" api-version="8" package="Tizen.FidoClient.Tests" version="1.0.0">
     <profile name="common" />
     <service-application appid="Tizen.FidoClient.Tests" exec="Tizen.FidoClient.Tests.dll" type="dotnet">
-               <icon>Tizen.FidoClient.Tests.png</icon>
-               <label>Tizen.FidoClient.Tests</label>
+       <icon>Tizen.FidoClient.Tests.png</icon>
+       <label>Tizen.FidoClient.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/fido.client</privilege>