I have been trying to get the intent data passed to my activity from Android system. I get the Intent string correctly using activity.GetStartingIntent and it contains the string, flags etc. But the issue is when I try to use Intent.GetData, I get error "Cannot assign void value".
How can I get the Intent data correctly?
How can I get the Intent data correctly?