user3037561
user3037561

Reputation: 271

Programmatic launching of installed app

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

Answers (1)

Viacheslav Smityukh
Viacheslav Smityukh

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

Related Questions