Change the appid for net-popup 48/188348/1
authorhyunuktak <hyunuk.tak@samsung.com>
Tue, 4 Sep 2018 06:05:32 +0000 (15:05 +0900)
committerhyunuktak <hyunuk.tak@samsung.com>
Tue, 4 Sep 2018 06:05:45 +0000 (15:05 +0900)
Change-Id: Id96f751d61ec01017cb4d59d4a9729e29eff9254
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
tool/sp_initdb.c

index 3b5b8e2..8083b93 100644 (file)
@@ -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)