I cannot find this for 4.0.3
I peeked the Intent
class in Visual Studio and it seems every other constant mentioned here Android.Content.Intent Class exists except for this one.
I'm attempting to build an "send intent" (Intent.ActionSend
) for "sharing" a collection of heterogenous file types selected by user from a GridView
(mainly pictures and text documents, but could be more in future so want to support the general case now and be done with it).