Hello,
I'm receiving an intent from a URL shared by chrome to my app. This is a sample:
(Intent)
Intent { act=android.intent.action.SEND typ=text/plain flg=0x1b080001 cmp=com.comten.nexphone/.chats
clip={text/uri-list U:content://com.android.chrome.FileProvider/BlockedFile_140796656339917} (has extras) }
How can I recover the URL address?
I'm receiving an intent from a URL shared by chrome to my app. This is a sample:
(Intent)
Intent { act=android.intent.action.SEND typ=text/plain flg=0x1b080001 cmp=com.comten.nexphone/.chats
clip={text/uri-list U:content://com.android.chrome.FileProvider/BlockedFile_140796656339917} (has extras) }
How can I recover the URL address?