[Tizen.Tts][Non-ACR] Add background category 51/240551/1
authorGwanglim Lee <gl77.lee@samsung.com>
Fri, 7 Aug 2020 10:28:39 +0000 (19:28 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Fri, 7 Aug 2020 10:28:39 +0000 (19:28 +0900)
- To prevent TC blocking

Change-Id: Ie24acb0e74ded34b68eae4cfb1a1c0bac2c6621d

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

index b692076..1a30049 100755 (executable)
@@ -4,6 +4,11 @@
        <service-application appid="Tizen.Tts.Tests" exec="Tizen.Tts.Tests.dll" type="dotnet">
        <icon>Tizen.Tts.Tests.png</icon>
        <label>Tizen.Tts.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>