From 7b2fdd8fcaa6d7e2cd9d067c1eb3c805447df869 Mon Sep 17 00:00:00 2001 From: Lukasz Stanislawski Date: Thu, 7 Apr 2016 13:03:42 +0200 Subject: [PATCH] Revert "Add privileges" This reverts commit 1bcf6817111a16e0d0437958f6b76fefdd263362. Change-Id: I7565de56290ec4717bcf8d474167573a30386c2a --- data/indicator.xml.in | 15 +-------------- modules/processing/call.c | 9 +++++++++ 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/data/indicator.xml.in b/data/indicator.xml.in index aaed20b..6678342 100644 --- a/data/indicator.xml.in +++ b/data/indicator.xml.in @@ -10,21 +10,8 @@ - http://tizen.org/privilege/appmanager.launch - http://tizen.org/privilege/system - http://tizen.org/privilege/systemsettings.admin - http://tizen.org/privilege/location - http://tizen.org/privilege/location.enable - http://tizen.org/privilege/bluetooth - http://tizen.org/privilege/bluetooth.admin - http://tizen.org/privilege/notification - http://tizen.org/privilege/telephony http://tizen.org/privilege/telephony.admin - http://tizen.org/privilege/tethering.admin http://tizen.org/privilege/wifidirect - http://tizen.org/privilege/network.set - http://tizen.org/privilege/network.get - http://tizen.org/privilege/packagemanager.info + http://tizen.org/privilege/notification - diff --git a/modules/processing/call.c b/modules/processing/call.c index f008de0..b6aa592 100644 --- a/modules/processing/call.c +++ b/modules/processing/call.c @@ -43,6 +43,15 @@ static int register_call_module(void *data); static int unregister_call_module(void); static void show_call_icon( void *data); +enum { + CALL_UI_STATUS_NONE = 0, + CALL_UI_STATUS_INCOM, + CALL_UI_STATUS_OUTGOING, + CALL_UI_STATUS_ACTIVE, + CALL_UI_STATUS_HOLD, + CALL_UI_STATUS_END, +}; + icon_s call = { .type = INDICATOR_IMG_ICON, .name = MODULE_NAME, -- 2.7.4