From: Jihoon Kim Date: Mon, 24 Dec 2018 02:49:51 +0000 (+0900) Subject: Change autofill-daemon appid X-Git-Tag: submit/tizen/20181224.023449~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a1d4d652f6cc94f0084e0a91bebde9dbc0988c3d;p=platform%2Fcore%2Fuifw%2Fautofill.git Change autofill-daemon appid Change-Id: I2a7078a73e2da1f21dfdb2c953e97d59e6b83f6e Signed-off-by: Jihoon Kim --- diff --git a/client/autofill.c b/client/autofill.c index 52cfeb0..6318d3d 100644 --- a/client/autofill.c +++ b/client/autofill.c @@ -25,7 +25,7 @@ #include "autofill_private.h" #include "autofill_proxy.h" -#define AUTOFILL_DAEMON_APP_ID "org.tizen.autofill-daemon" +#define AUTOFILL_DAEMON_APP_ID "org.tizen.autofilld" #ifdef LOG_TAG #undef LOG_TAG diff --git a/manager/autofill_manager.c b/manager/autofill_manager.c index a047ba1..e2becfc 100644 --- a/manager/autofill_manager.c +++ b/manager/autofill_manager.c @@ -24,7 +24,7 @@ #include "autofill_manager_proxy.h" #include "../privilege_checker/privilege_checker_private.h" -#define AUTOFILL_DAEMON_APP_ID "org.tizen.autofill-daemon" +#define AUTOFILL_DAEMON_APP_ID "org.tizen.autofilld" #ifdef LOG_TAG #undef LOG_TAG