Reputation: 403
I am currently using this piece of code (In the manifest) to appear in the "Photos" app share menu, which is working:
<Extensions>
<Extension ExtensionName="Photos_Extra_Share"
ConsumerID="{5B04B775-356B-4AA0-AAF8-6491FFEA5632}"
TaskID="_default" />
</Extensions>
What are all of the values that can be placed in ExtensionName
? Specifically, I would like to place my app in Internet Explorer's share menu, but a list of all places I can place my app would be the ideal answer.
Upvotes: 1
Views: 54
Reputation: 8161
MSDN Reference : Integrating with Windows Phone 8 Section > Extensibility
Upvotes: 1