Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 58056

StartActivityForResult equivilant Xamarin Forms

$
0
0

I'm setting up a dependency service to pick a MediaFile in Xamarin.Forms

        var intents = new Intent (Intent.ActionGetContent);
        intents.SetType ("video/*");
        intents.SetAction (Intent.ActionGetContent);
        Forms.Context.StartActivity(Intent.CreateChooser(intents, "Choose Video"));

my Intent starts fine and ends by how do I retrieve the file URI at the end? Been trying several things including XLabs but thats not working right now under the Unified API. Any help would be greatly appreciated


Viewing all articles
Browse latest Browse all 58056

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>