From a6f72a48a1d56a87dd4790ee7b1e1d81d24d1a42 Mon Sep 17 00:00:00 2001 From: xujie Date: Wed, 7 Jun 2023 15:05:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9dnsproxyd=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xujie --- interfaces/inner_api/appexecfwk_base/include/bundle_info.h | 1 + 1 file changed, 1 insertion(+) diff --git a/interfaces/inner_api/appexecfwk_base/include/bundle_info.h b/interfaces/inner_api/appexecfwk_base/include/bundle_info.h index 9ce2090887..5533ac46b0 100644 --- a/interfaces/inner_api/appexecfwk_base/include/bundle_info.h +++ b/interfaces/inner_api/appexecfwk_base/include/bundle_info.h @@ -111,6 +111,7 @@ struct BundleInfo : public Parcelable { // user related fields, assign when calling the get interface int uid = -1; int gid = -1; + std::vector gids; int64_t installTime = 0; int64_t updateTime = 0; int32_t appIndex = 0; // index for sandbox app -- Gitee