summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhyunuktak <hyunuk.tak@samsung.com>2018-09-04 15:05:32 +0900
committerhyunuktak <hyunuk.tak@samsung.com>2018-09-04 15:05:45 +0900
commit14801ecb97aee53957595e68b4b03062f4bf003c (patch)
tree8d14d4444167f36c9269e3f25fbd9f62e6eba03e
parentd51a1a38dc6a116f64bd0dc697835605a92f565b (diff)
downloadsyspopup-14801ecb97aee53957595e68b4b03062f4bf003c.tar.gz
syspopup-14801ecb97aee53957595e68b4b03062f4bf003c.tar.bz2
syspopup-14801ecb97aee53957595e68b4b03062f4bf003c.zip
Change the appid for net-popup
Change-Id: Id96f751d61ec01017cb4d59d4a9729e29eff9254 Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
-rw-r--r--tool/sp_initdb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tool/sp_initdb.c b/tool/sp_initdb.c
index 3b5b8e2..8083b93 100644
--- a/tool/sp_initdb.c
+++ b/tool/sp_initdb.c
@@ -68,7 +68,7 @@ static struct syspopup_info default_info[] = {
{"overheat-syspopup", 3, 0, -1, 0, 0, "org.tizen.overheat-syspopup"},
{"lowmem-syspopup", 0, 0, 5, 0, 0, "org.tizen.lowmem-syspopup"},
{"battery-syspopup", 0, 0, 5, 0, 0, "org.tizen.battery-syspopup"},
- {"net-popup", 0, 0, -1, 0, 0, "net.netpopup"},
+ {"net-popup", 0, 0, -1, 0, 0, "org.tizen.net-popup"},
{"usb-syspopup", 1, 0, -1, 2, 2, "org.tizen.usb-syspopup"},
{"usbotg-syspopup", 0, 1, -1, 0, 0, "org.tizen.usbotg-syspopup"},
{"mmc-syspopup", 0, 0, -1, 0, 0, "org.tizen.mmc-syspopup"},
@@ -96,7 +96,7 @@ static struct syspopup_info wearable_info[] = {
{"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"},
- {"net-popup", 0, 0, -1, 0, 0, "net.netpopup"},
+ {"net-popup", 0, 0, -1, 0, 0, "org.tizen.net-popup"},
};
static int __unlink_db(void)