From 61c426599a8ade8255fea39be534a49e4de2dacd Mon Sep 17 00:00:00 2001 From: lokilee73 Date: Thu, 8 Jun 2017 10:03:13 +0900 Subject: [PATCH] Common : add permission for internal apps and demons When notification is on the quick pannel, popup has to be activated by touching it . But now, only apps and demons that have the authority of root can do it. So change the method to checking privilege about apps and demons. Change-Id: I63277d81afc68d4abea4c69847668b954ab4d7d5 Signed-off-by: lokilee73 --- signal-sender/org.tizen.system-signal-sender.xml | 3 +++ src/launcher/launcher.conf | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/signal-sender/org.tizen.system-signal-sender.xml b/signal-sender/org.tizen.system-signal-sender.xml index 2e0fb33..ab923ff 100755 --- a/signal-sender/org.tizen.system-signal-sender.xml +++ b/signal-sender/org.tizen.system-signal-sender.xml @@ -6,4 +6,7 @@ + + http://tizen.org/privilege/power + diff --git a/src/launcher/launcher.conf b/src/launcher/launcher.conf index c2ce734..b3e3eba 100755 --- a/src/launcher/launcher.conf +++ b/src/launcher/launcher.conf @@ -5,7 +5,12 @@ + + + -- 2.7.4