Modify the window type to basic 05/113305/1 accepted/tizen/common/20170303.090626 accepted/tizen/ivi/20170302.121718 accepted/tizen/mobile/20170302.121343 accepted/tizen/tv/20170302.121522 accepted/tizen/unified/20170309.032517 accepted/tizen/wearable/20170302.121617 submit/tizen/20170220.233016 submit/tizen/20170302.014914 submit/tizen_unified/20170308.100406
authorDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 27 Dec 2016 09:11:36 +0000 (18:11 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 7 Feb 2017 06:17:19 +0000 (15:17 +0900)
Change-Id: If5ecfbcac9a4eeac75b577ce4437d67250ab4ffd
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
data/org.tizen.bt-syspopup.xml
src/bt-syspopup-w.c

index 7f156da..473d29f 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 05ef4dd..0738ff9 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);