diff --git a/interfaces/inner_api/appexecfwk_base/include/bundle_info.h b/interfaces/inner_api/appexecfwk_base/include/bundle_info.h index 9ce2090887f4597e5ece77376506d66ad891c11d..5533ac46b02a4fdf02fb64e82ad3fc77dbd6d1d0 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