modify contact api name

Signed-off-by: ohos-lsw <lishiwei6@huawei.com>
This commit is contained in:
ohos-lsw
2022-08-16 21:52:36 +08:00
parent 7b6db23eb1
commit dcf66ba780
+1 -1
View File
@@ -32,7 +32,7 @@ extern "C" __attribute__((constructor)) void RegisterModule(void)
.nm_flags = 0, // normal
.nm_filename = nullptr,
.nm_register_func = ModuleInit,
.nm_modname = "ContactsApi",
.nm_modname = "contact",
.nm_priv = nullptr,
.reserved = {}
};