PrivacyDenied plugin implementation 92/120392/9
authorBartlomiej Grzelewski <b.grzelewski@samsung.com>
Wed, 22 Mar 2017 14:16:07 +0000 (15:16 +0100)
committerBartlomiej Grzelewski <b.grzelewski@samsung.com>
Fri, 31 Mar 2017 10:43:20 +0000 (03:43 -0700)
commit629c77ab88258096cc09b7c011df9fd91a51c557
treeb6a7669998a38d5a651f371cd0c85d6d7567d71f
parentbbee77ab3dce74ead531dcec07b89a90f8f00b01
PrivacyDenied plugin implementation

Some tizen 2.4 applications are crashing while waiting
for popup answer. New plugins return answer immediately.

Change-Id: Idc11ad818ebdf404245e81d2e18cfe3c21c519d8
CMakeLists.txt
packaging/askuser.spec
packaging/privacy-denied-plugins.manifest [new file with mode: 0644]
src/common/config/PrivacyConfig.h [new file with mode: 0644]
src/plugin/CMakeLists.txt
src/plugin/client/PrivacyPlugin.cpp [new file with mode: 0644]
src/plugin/service/PrivacyPlugin.cpp [new file with mode: 0644]