PS: object definition.
private static int TAKE_PICTURE = 1;
private Android.Net.Uri outputFileUri;
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/override-OnActivityResult-not-call-if-a-SD-file-name-is-past-tp5712473p5712474.html
Sent from the M
Hi Xamarin,
I used the following code snippet to learn how to save camera photos to the
SD card.
If I call getThumbailPicture(), both the camera Cancel and Ok buttons calls
OnActivityResult().
But if call saveFullImage(), only the camera Cancel button calls
OnActivityResult().
So, how can I make