Reputation: 271
Does the Windows Phone SDK have support for the launching of another install application? I'm not seeing any documentation. On android I'm aware of intent so this is different.
Upvotes: 1
Views: 37
Reputation: 5833
The naive answer is "No, the WP doesn't allow to start another application". But if application has a registered file or URI association you can use Windows.System.Launcher to launch it
Upvotes: 3