Hi guys,
Glad to be back with the B4X Brotherhood
How you guys been?
This used to work 3 years ago but not now - can take picture but cannot save
App crashes unless I comment i.PutExtra
Has command methodology or Manifest changed?
Thank you very much
Glad to be back with the B4X Brotherhood
How you guys been?
This used to work 3 years ago but not now - can take picture but cannot save
Image Capture:
Dim i As Intent
i.Initialize("android.media.action.IMAGE_CAPTURE", "")
i.PutExtra("output", ParseUri("file://" & File.Combine(File.DirInternal, PictureName)))
StartActivity(i)
Sub ParseUri(FileName As String) As Object
Dim r As Reflector
Return r.RunStaticMethod("android.net.Uri", "parse", Array As Object(FileName), Array As String("java.lang.String"))
End Sub
App crashes unless I comment i.PutExtra
Has command methodology or Manifest changed?
Thank you very much