diff --git a/frameworks/ets/ani/src/sts_request.cpp b/frameworks/ets/ani/src/sts_request.cpp index 47dabb7eaff2accb74f8dc19b93849665d75a59d..7db7d2f3514f427781b7200fef163e303f69c4e0 100644 --- a/frameworks/ets/ani/src/sts_request.cpp +++ b/frameworks/ets/ani/src/sts_request.cpp @@ -883,6 +883,8 @@ bool SetNotificationRequestByNumber(ani_env* env, ani_class cls, const OHOS::Not SetPropertyOptionalByInt(env, object, "creatorPid", request->GetCreatorPid()); // badgeNumber?: long SetPropertyOptionalByLong(env, object, "badgeNumber", request->GetBadgeNumber()); + //notificationControlFlags?: long + SetPropertyOptionalByLong(env, object, "notificationControlFlags", request->GetNotificationControlFlags()); return true; }