I can easily open the camera and take a picture in xamarin Android. but what if I want to open the camera intent and then choose to select whether I want to take the picture or video? right now I can find that I have to define "ActionImageCapture" / "ActionVideoCapture" before open the Intent.
Is there a way to do that? I tried to find in the internet but could not found a solution regarding this.