From d77e0ee65ca0b886635cc39d9ada444b8740b311 Mon Sep 17 00:00:00 2001 From: njupthan Date: Wed, 16 Mar 2022 17:23:20 +0000 Subject: [PATCH] =?UTF-8?q?fixed=2035ca609=20from=20https://gitee.com/for?= =?UTF-8?q?=5Fmaster=5Fcode/notification=5Fans=5Fstandard/pulls/339=20Expa?= =?UTF-8?q?nd=20NAPI=20receive=20string=20length=2064=E2=86=92200?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: njupthan --- interfaces/kits/napi/ans/include/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/kits/napi/ans/include/common.h b/interfaces/kits/napi/ans/include/common.h index 297cd4132..12557ec91 100644 --- a/interfaces/kits/napi/ans/include/common.h +++ b/interfaces/kits/napi/ans/include/common.h @@ -24,7 +24,7 @@ namespace OHOS { namespace NotificationNapi { using namespace OHOS::Notification; -const std::int32_t STR_MAX_SIZE = 64; +const std::int32_t STR_MAX_SIZE = 200; const std::int32_t LONG_STR_MAX_SIZE = 1024; const int NO_ERROR = 0; const int ERROR = -1; -- Gitee