From a1d4d652f6cc94f0084e0a91bebde9dbc0988c3d Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Mon, 24 Dec 2018 11:49:51 +0900 Subject: [PATCH] Change autofill-daemon appid Change-Id: I2a7078a73e2da1f21dfdb2c953e97d59e6b83f6e Signed-off-by: Jihoon Kim --- client/autofill.c | 2 +- manager/autofill_manager.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.7.4