From 8d15ed2d4911a396eaffbb90b1c67389a5a72606 Mon Sep 17 00:00:00 2001 From: wangdengjia Date: Tue, 23 Nov 2021 10:37:42 +0800 Subject: [PATCH] IssueNo:#I4JDDE Description:change app number Sig:appexecfwk Feature or Bugfix:Bugfix Binary Source:No Signed-off-by: wangdengjia Change-Id: I65536b3af727036820412bab238ed025586d96f9 --- services/bundlemgr_lite/include/bundle_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/bundlemgr_lite/include/bundle_common.h b/services/bundlemgr_lite/include/bundle_common.h index 2bd2ede..98c76b6 100755 --- a/services/bundlemgr_lite/include/bundle_common.h +++ b/services/bundlemgr_lite/include/bundle_common.h @@ -172,7 +172,7 @@ const uint8_t LONG_LENGTH = 8; const uint16_t MAX_INT = 256; const uint8_t MAX_VERSION_NAME_LEN = 20; const uint8_t MAX_LABLE_LEN = 30; -const uint8_t MAX_THIRD_BUNDLE_NUMBER = 50; +const uint8_t MAX_THIRD_BUNDLE_NUMBER = 45; struct SignatureInfo { char *bundleName;