<?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>
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);
<?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>