From a5f2869e2bbd74b419e2e9259512b5fa73dfa6e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E6=B5=A9=E7=A8=8B?= <798994511@qq.com> Date: Wed, 23 Apr 2025 19:06:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=94=E7=94=A8=E6=8E=A5=E7=BB=AD=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/common/database/ContactsDataBase.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry/src/main/ets/common/database/ContactsDataBase.ets b/entry/src/main/ets/common/database/ContactsDataBase.ets index 08a9b81..72348b4 100644 --- a/entry/src/main/ets/common/database/ContactsDataBase.ets +++ b/entry/src/main/ets/common/database/ContactsDataBase.ets @@ -40,7 +40,7 @@ export class ContactsDataBase { try { // Creates a KVManager object instance. this.kvManager = distributedKVStore.createKVManager({ - bundleName: this.context.abilityInfo.bundleName, + bundleName: CommonConstants.BUNDLE_NAME, context: this.context }); let options: distributedKVStore.Options = { -- Gitee