mirror of
https://gitee.com/openharmony/ability_dmsfwk
synced 2024-11-23 14:30:21 +00:00
native侧支持获取当前激活的卡片数量
Signed-off-by: yinhao <yinhao12@huawei.com> Change-Id: I4db8bf3a6ca3a56988718df38fc0e8be831ae71e
This commit is contained in:
parent
6a9b564b9f
commit
e2f80e4ab2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user