c# - Set Windows Phone 8 App as default for file extensions -


i want register windows phone 8 app, default app opening specific files (for example files, end *.test).

so question is: how register app windows phone 8, opens app when user want's open *.test-file.

any appreciated.

you register application in app manifest. detailed instructions, read registering file association on msdn.


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

What is the difference between data design and data model(ERD) -

ios - Can NSManagedObject conform to NSCoding -