!576 native侧支持获取当前激活的卡片数量

Merge pull request !576 from 需大气/master
This commit is contained in:
openharmony_ci 2023-04-18 09:34:47 +00:00 committed by Gitee
commit 87de378413
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -173,6 +173,14 @@ public:
{
return false;
}
int32_t GetFormsCount(bool isTempFormFlag, int32_t &formCount) override
{
return ERR_OK;
}
int32_t GetHostFormsCount(std::string &bundleName, int32_t &formCount) override
{
return ERR_OK;
}
};
} // namespace AppExecFwk
} // namespace OHOS