summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEunyoung Lee <ey928.lee@samsung.com>2016-04-06 17:48:48 +0900
committerEunyoung Lee <ey928.lee@samsung.com>2016-04-06 17:48:48 +0900
commit1bcf6817111a16e0d0437958f6b76fefdd263362 (patch)
tree39301a1b37b28ceedd26367638c7d9513a357b99
parent285f21119c8b1abe131dedeb2560f04ebbecbcfb (diff)
downloadindicator-win-1bcf6817111a16e0d0437958f6b76fefdd263362.tar.gz
indicator-win-1bcf6817111a16e0d0437958f6b76fefdd263362.tar.bz2
indicator-win-1bcf6817111a16e0d0437958f6b76fefdd263362.zip
Change-Id: I9e71852ce0dba7d93eb7f6daf339a22d18b6a07d
-rw-r--r--data/indicator.xml.in15
-rw-r--r--modules/processing/call.c9
2 files changed, 14 insertions, 10 deletions
diff --git a/data/indicator.xml.in b/data/indicator.xml.in
index 6678342..aaed20b 100644
--- a/data/indicator.xml.in
+++ b/data/indicator.xml.in
@@ -10,8 +10,21 @@
<label>Indicator</label>
</ui-application>
<privileges>
+ <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
+ <privilege>http://tizen.org/privilege/system</privilege>
+ <privilege>http://tizen.org/privilege/systemsettings.admin</privilege>
+ <privilege>http://tizen.org/privilege/location</privilege>
+ <privilege>http://tizen.org/privilege/location.enable</privilege>
+ <privilege>http://tizen.org/privilege/bluetooth</privilege>
+ <privilege>http://tizen.org/privilege/bluetooth.admin</privilege>
+ <privilege>http://tizen.org/privilege/notification</privilege>
+ <privilege>http://tizen.org/privilege/telephony</privilege>
<privilege>http://tizen.org/privilege/telephony.admin</privilege>
+ <privilege>http://tizen.org/privilege/tethering.admin</privilege>
<privilege>http://tizen.org/privilege/wifidirect</privilege>
- <privilege>http://tizen.org/privilege/notification</privilege>
+ <privilege>http://tizen.org/privilege/network.set</privilege>
+ <privilege>http://tizen.org/privilege/network.get</privilege>
+ <privilege>http://tizen.org/privilege/packagemanager.info</privilege>
</privileges>
+
</manifest>
diff --git a/modules/processing/call.c b/modules/processing/call.c
index b6aa592..f008de0 100644
--- a/modules/processing/call.c
+++ b/modules/processing/call.c
@@ -43,15 +43,6 @@ 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,