From f7034655966e012b163b6d72bf70a8117e3421b0 Mon Sep 17 00:00:00 2001 From: hyunho kang Date: Thu, 24 Sep 2015 09:00:31 +0900 Subject: [PATCH] [manifest_text_editor] Remove auto-restart, on-boot attribute from ui-application. Change-Id: Ica8af4c0f6c2b42e8954007723ce17b46936aaae Signed-off-by: hyunho kang --- .../html/native_tools/manifest_text_editor_n.htm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/org.tizen.devtools/html/native_tools/manifest_text_editor_n.htm b/org.tizen.devtools/html/native_tools/manifest_text_editor_n.htm index 53f633f..07ab3a1 100644 --- a/org.tizen.devtools/html/native_tools/manifest_text_editor_n.htm +++ b/org.tizen.devtools/html/native_tools/manifest_text_editor_n.htm @@ -53,8 +53,8 @@    <author email="email@email.com" href="http://test.com">author</author>    <description>testdescriptions</description>    <description xml:lang="en-gb">testdesc</description> -   <ui-application appid="org.tizen.uiapp" auto-restart="false" exec="uiapp" launch_mode="single" multiple="false" -                   nodisplay="false" on-boot="true" taskmanage="true" hw-acceleration="default" type="capp"> +   <ui-application appid="org.tizen.uiapp" exec="uiapp" launch_mode="single" multiple="false" +                   nodisplay="false" taskmanage="true" hw-acceleration="default" type="capp">       <label>uiapplication</label>       <label xml:lang="en-gb">testlang</label>       <icon>uiapp.png</icon> @@ -1028,8 +1028,8 @@

For example:

-
<ui-application appid="org.tizen.uiapp" auto-restart="false" exec="uiapp" launch_mode="single" 
-                multiple="false" nodisplay="false" on-boot="true" taskmanage="true" 
+
<ui-application appid="org.tizen.uiapp" exec="uiapp" launch_mode="single" 
+                multiple="false" nodisplay="false" taskmanage="true" 
                 hw-acceleration="default" type="capp">
    <label>uiapplication</label>
    <label xml:lang="en-gb">testlang</label>
@@ -1728,4 +1728,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga
 
 
 
-
\ No newline at end of file
+
-- 
2.7.4