[Non-ACR] Add background category 00/240800/1
authorLohit Agarwalla <l.agarwalla@samsung.com>
Tue, 11 Aug 2020 12:06:33 +0000 (17:36 +0530)
committerLohit Agarwalla <l.agarwalla@samsung.com>
Tue, 11 Aug 2020 12:06:33 +0000 (17:36 +0530)
Change-Id: I9df29c80789abddfb98de65d1f4a9ac609a5a6a2
Signed-off-by: Lohit Agarwalla <l.agarwalla@samsung.com>
tct-suite-vs/Tizen.OAuth2.Tests/tizen-manifest.xml

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