Change-Id: Id548bf8e1ac5d00e780b57f70cfc3edf6b92d3bc
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
<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>
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);