modified service boot from auto to manual 53/188753/1
authorxiaochn.wang <xiaochn.wang@samsung.com>
Mon, 10 Sep 2018 05:13:11 +0000 (13:13 +0800)
committerxiaochn.wang <xiaochn.wang@samsung.com>
Mon, 10 Sep 2018 05:14:26 +0000 (13:14 +0800)
Change-Id: I216dae0511810b9fa8aa17a0cce0cd0c21eaa3bc

service/org.tizen.nlp.service.xml

index b852bba..ce9b107 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <manifest xmlns="http://tizen.org/ns/packages" api-version="5.0" package="org.tizen.nlp.service" version="1.0.0" install-location="internal-only" preload = "true">
     <profile name="mobile"/>
-    <service-application appid="org.tizen.nlp.service" auto-restart="true" exec="org.tizen.nlp.service" multiple="false" nodisplay="true" on-boot="true" type="capp">
+    <service-application appid="org.tizen.nlp.service" auto-restart="false" exec="org.tizen.nlp.service" multiple="false" nodisplay="true" on-boot="false" type="capp">
         <label>service</label>
         <icon>service.png</icon>
     </service-application>