I'm having this problem since running this app on Nougat
On this app, we have the option to download and open files from inside the app. On Android below 7, using Application.OpenUrl("path") was working very well, but when I was testing it on 7 (Samsung Galaxy Tab S2), suddenly it stopped working. On the documentation, it says that was blocked for security purposes. I tried using Application.OpenUrl and File.Open, but nothing works.
Is there an alternative to those functions? Or a way to force open files as before?