is there a way to determine whether the user opend the uwp app with a double click on the file or whether the user used "open with" (for example right click on the file open with; or Photos app -> open with).
In both scenarios the app will be launched with FileActivetedEventArgs with the verb "open". Any ideas?