[Tizen.VoiceControl][Non-ACR] Add background category 52/240552/1
authorGwanglim Lee <gl77.lee@samsung.com>
Fri, 7 Aug 2020 10:30:08 +0000 (19:30 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Fri, 7 Aug 2020 10:30:08 +0000 (19:30 +0900)
- To prevent TC blocking

Change-Id: Idc98c25eb9cc11b869fb768b0211cd3d4894a39f

tct-suite-vs/Tizen.VoiceControl.Tests/tizen-manifest.xml

index c3976e2..6baa7d5 100755 (executable)
@@ -4,6 +4,11 @@
        <service-application appid="Tizen.VoiceControl.Tests" exec="Tizen.VoiceControl.Tests.dll" type="dotnet">
        <icon>Tizen.VoiceControl.Tests.png</icon>
        <label>Tizen.VoiceControl.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/recorder</privilege>