Modify the window type to basic 67/107267/1 accepted/tizen_3.0.m2_mobile accepted/tizen_3.0.m2_tv accepted/tizen_3.0.m2_wearable tizen_3.0.m2 tizen_3.0_tv accepted/tizen/3.0.m2/mobile/20170104.125137 accepted/tizen/3.0.m2/tv/20170104.125541 accepted/tizen/3.0.m2/wearable/20170104.125742 accepted/tizen/3.0/common/20161228.071654 accepted/tizen/3.0/ivi/20161228.022134 accepted/tizen/3.0/mobile/20161228.022038 accepted/tizen/3.0/tv/20161228.022054 accepted/tizen/3.0/wearable/20161228.022115 submit/tizen_3.0.m2/20170104.093750 submit/tizen_3.0/20161227.091432
authorDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 27 Dec 2016 09:11:36 +0000 (18:11 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 27 Dec 2016 09:11:36 +0000 (18:11 +0900)
Change-Id: Id548bf8e1ac5d00e780b57f70cfc3edf6b92d3bc
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
data/org.tizen.bt-syspopup.xml
src/bt-syspopup-w.c

index 7f156daa30fc22811a480d9588e509573c01a712..473d29f8a4078ef3c7bf5f8c2049196bddea8a37 100644 (file)
@@ -15,5 +15,6 @@
                <privilege>http://tizen.org/privilege/display</privilege>
                <privilege>http://tizen.org/privilege/bluetooth</privilege>
                <privilege>http://tizen.org/privilege/bluetooth.admin</privilege>
+               <privilege>http://tizen.org/privilege/haptic</privilege>
        </privileges>
 </manifest>
index 05ef4ddaf568a9f609f2c3eaa123a3f7899df431..0738ff9a09684bbb1baf442759a31ffc474506e7 100644 (file)
@@ -1889,7 +1889,7 @@ static void __bluetooth_win_del(void *data)
 static Evas_Object *__bluetooth_create_win(const char *name, void *data)
 {
        Evas_Object *eo;
-       eo = elm_win_add(NULL, name, ELM_WIN_DIALOG_BASIC);
+       eo = elm_win_add(NULL, name, ELM_WIN_BASIC);
        if (eo) {
                elm_win_alpha_set(eo, EINA_TRUE);
                elm_win_title_set(eo, name);