Is there a way to get file data from associated file?
Let’s say I want to associate my app with ‘.val’ file. So that when user clicks on ‘.val’ file anywhere on their phone, the app opens and I receive data from the file without using MANAGE_EXTERNAL_STORAGE
permission.
Is there a way to get such data from the intent? Thank you for the help in advance!