mirror of
https://gitee.com/openharmony/ability_dmsfwk
synced 2024-11-27 00:20:44 +00:00
卡片框架提供可见性查询接口供SA使用
Signed-off-by: xd <xiadi@huawei.com>
This commit is contained in:
parent
26bb948a88
commit
57ad921a92
@ -77,6 +77,10 @@ public:
|
||||
{
|
||||
return ERR_OK;
|
||||
};
|
||||
bool HasFormVisible(const uint32_t tokenId) override
|
||||
{
|
||||
return false;
|
||||
}
|
||||
int32_t CastTempForm(const int64_t formId, const sptr<IRemoteObject> &callerToken) override
|
||||
{
|
||||
return ERR_OK;
|
||||
|
Loading…
Reference in New Issue
Block a user