Search code examples
c#windows-phone-8windows-phone

Where can an app appear in the share menu?


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.


Solution

  • MSDN Reference : Integrating with Windows Phone 8 Section > Extensibility