Hello,
I have an activity which is registered to accept intents for media capture. The intents are coming in with bundle extras like this {Bundle[{output=file:///storage/emulated/0/chatTemp/temp}]} however I cannot seem to access the data. Intent.GetStringExtra(MediaStore.ExtraOutput) is null as is Intent.GetSTringExtra("output")
Any help would be appreciated.
Thanks,
Joseph