-
In order to activate UWP apps we can use the Application Activation Manager coclass introduced in Windows 8. I wonder if there's a modern WinRT-based replacement API available for launching UWP apps. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
castorix
Jul 20, 2022
Replies: 1 comment 2 replies
-
A way is with AppListEntry.LaunchAsync |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
lb90
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A way is with AppListEntry.LaunchAsync
You can get AppListEntry from
PackageManager.FindPackagesForUser
Package.GetAppListEntriesAsync