From a41d3bdc398f8c211960ee64fa5a9df324627c4e Mon Sep 17 00:00:00 2001 From: Wootak Jung Date: Thu, 18 May 2017 10:31:28 +0900 Subject: [PATCH 1/1] Register telephony-syspopup app in wearable syspopup db Change-Id: I56ab3a0d6c88e3ba4af0a27b35689135a6555d1d Signed-off-by: Wootak Jung --- tool/sp_initdb.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tool/sp_initdb.c b/tool/sp_initdb.c index f1e2d21..a8bbcf8 100755 --- a/tool/sp_initdb.c +++ b/tool/sp_initdb.c @@ -93,7 +93,8 @@ static struct syspopup_info wearable_info[] = { {"wc-syspopup", 0, 0, -1, 0, 0, "net.wc-syspopup"}, {"bt-syspopup", 0, 0, -1, 0, 0, "org.tizen.bt-syspopup"}, {"d2d-conv-syspopup", 2, 0, -1, 0, 0, "org.tizen.d2d-conv-syspopup"}, - {"fido-syspopup", 2, 0, -1, 0, 0, "org.tizen.fido-syspopup"} + {"fido-syspopup", 2, 0, -1, 0, 0, "org.tizen.fido-syspopup"}, + {"telephony-syspopup", 1, 1, 5, 0, 0, "org.tizen.telephony-syspopup"} }; static int __unlink_db(void) -- 2.7.4