Post

Replies

Boosts

Views

Activity

Reply to Set openAppWhenRun variable in AppIntent programatically.
Hello @Yodagama . I was curious how you implemented this.I have an HomeIntent whose openAppWhenRun value is false.Now i made another intent called OpenApp whose openAppWhenRun value is true.I returned this in perform function return .result(opensIntent: OpenApp() ).But still it does not solve the issue of imitating the dynamic value of showing the app in some cases and not showing in some as the other intent's open value remains always true.Any help regarding this is appreciated 😇
Sep ’23