Enabled "process-pool" for application 84/69284/1 submit/tizen/20160518.101206 submit/tizen_mobile/20160512.132843
authorAndrey Klimenko <and.klimenko@samsung.com>
Thu, 12 May 2016 11:31:52 +0000 (14:31 +0300)
committerAndrey Klimenko <and.klimenko@samsung.com>
Thu, 12 May 2016 11:31:52 +0000 (14:31 +0300)
Change-Id: I25665e308ab15637ee9bb548c99df287ca540d7d
Signed-off-by: Andrey Klimenko <and.klimenko@samsung.com>
setting-notification.manifest.xml
src/main.c
tizen-manifest.xml

index a576e92a6e51a25b460121d6e41dc221fcfed8bf..e3f719141e5317e84ad144cc6429bd71b4e124a3 100644 (file)
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest xmlns="http://tizen.org/ns/packages" api-version="3.0" package="org.tizen.setting-notification" version="0.1.33">
-       <label>Homescreen setting</label>
+       <label>Setting notification</label>
        <description>Setting notification AppControl</description>
-       <ui-application appid="org.tizen.setting-notification" exec="/usr/apps/org.tizen.setting-notification/bin/setting-notification" launch_mode="caller" nodisplay="true" taskmanage="false" multiple="false" type="capp" hw-acceleration="use-GL">
+       <ui-application appid="org.tizen.setting-notification" exec="/usr/apps/org.tizen.setting-notification/bin/setting-notification" launch_mode="caller" nodisplay="true" taskmanage="false" multiple="false" type="capp" hw-acceleration="on" process-pool="true">
                <icon>/usr/share/icons/default/small/setting-notification.png</icon>
                <label>setting-notification</label>
        </ui-application>
index 18492f76dafc87297d21e3355b8b6a3118e4f2ed..0466a75083a3f2010db5f6d6546fccd953b71776 100755 (executable)
@@ -36,7 +36,7 @@ typedef enum
 static Evas_Object *_create_win()
 {
        /* Window: */
-       Evas_Object *win = elm_win_util_standard_add("", "");
+       Evas_Object *win = elm_win_add(NULL, "", ELM_WIN_BASIC);
        elm_win_conformant_set(win, EINA_TRUE);
        elm_win_autodel_set(win, EINA_TRUE);
        elm_win_indicator_mode_set(win, ELM_WIN_INDICATOR_SHOW);
index b15b5f8f705b8e504aa9cbb12d8cf26628639008..0d7213e5784eff9e508284569e6ad421fc80237b 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <manifest xmlns="http://tizen.org/ns/packages" api-version="3.0" package="org.tizen.setting-notification" version="1.0.0">
     <profile name="mobile"/>
-    <ui-application appid="org.tizen.setting-notification" exec="setting-notification" launch_mode="caller" multiple="false" nodisplay="true" taskmanage="false" type="capp">
+    <ui-application appid="org.tizen.setting-notification" exec="setting-notification" hw-acceleration="on" launch_mode="caller" multiple="false" nodisplay="true" process-pool="true" taskmanage="false" type="capp">
         <label>setting-notification</label>
         <icon>setting-notification.png</icon>
         <app-control>