Open BhayashriPatil opened 3 years ago
I got around this by creating my own LinkHandler
. The problem is, that the DefaultLinkHandler
doesn't think it is possible to open the link.
It's working on targetSDK: 29 but failed on 30 or above.
W/DefaultLinkHandler: No activity found for URI: https://somewhere
Seems like the DefaultLinkHandler reads packages list that was forbidden since sdk 30
Can you please guide me how to create my own LinkHandler?
My PDF contains email link so want to click event on it How can I achieve?