Register telephony-syspopup app in wearable syspopup db 24/129724/1
authorWootak Jung <wootak.jung@samsung.com>
Thu, 18 May 2017 01:31:28 +0000 (10:31 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Thu, 18 May 2017 01:37:08 +0000 (10:37 +0900)
Change-Id: I56ab3a0d6c88e3ba4af0a27b35689135a6555d1d
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
tool/sp_initdb.c

index f1e2d21..a8bbcf8 100755 (executable)
@@ -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)