From aefe94aea7864f592931f0611750eba577621c87 Mon Sep 17 00:00:00 2001 From: hyunuktak Date: Tue, 21 Aug 2018 14:34:20 +0900 Subject: [PATCH] Register net.netpopup app in wearable db Change-Id: Ie1b864d0b0960297e507df98d893ab9ebd04c7fb Signed-off-by: hyunuktak --- 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 f221fee..3b5b8e2 100644 --- a/tool/sp_initdb.c +++ b/tool/sp_initdb.c @@ -95,7 +95,8 @@ static struct syspopup_info wearable_info[] = { {"bt-syspopup", 0, 0, -1, 0, 0, "org.tizen.bt-syspopup"}, {"d2d-conv-syspopup", 3, 0, -1, 0, 0, "org.tizen.d2d-conv-syspopup"}, {"fido-syspopup", 3, 0, -1, 0, 0, "org.tizen.fido-syspopup"}, - {"telephony-syspopup", 1, 1, 5, 0, 0, "org.tizen.telephony-syspopup"} + {"telephony-syspopup", 1, 1, 5, 0, 0, "org.tizen.telephony-syspopup"}, + {"net-popup", 0, 0, -1, 0, 0, "net.netpopup"}, }; static int __unlink_db(void) -- 2.7.4