Evolution-36 / cordova-plugin-file-opener2

Cordova plugin file opener based on pwlin's plugin. This plugin is updated to work with Android Oreo. This plugin was cloned because pwlin's plugin did not support writing access on Oreo.
MIT License
3 stars 4 forks source link

Update FileProvider.java #7

Open guysante opened 1 year ago

guysante commented 1 year ago

Hey, this plugin works well but it uses android support v4, this simple change fixes it :)

Langstra commented 1 year ago

Honestly I have no idea about this code anymore and I have not touched this package in forever. Would this break the plugin for older versions of android?

guysante commented 1 year ago

I dont think so, it changes an old compatibility package (android support v4) for the new one: androidx.

It is just a library, but I have to test it now you say it because the project I am working on at the moment has to be compatible with most devices.

Anyways, with the lastest releases of cordova and android sdk, android support doesn't even exist anymore. So I will let you know tomorrow ;)

El mar, 13 dic 2022 14:46, Wybren Kortstra @.***> escribió:

Honestly I have no idea about this code anymore and I have not touched this package in forever. Would this break the plugin for older versions of android?

— Reply to this email directly, view it on GitHub https://github.com/Evolution-36/cordova-plugin-file-opener2/pull/7#issuecomment-1348597198, or unsubscribe https://github.com/notifications/unsubscribe-auth/APFJGXJMYQP46SNQLQHZ7LTWNB45DANCNFSM6AAAAAAS4445CY . You are receiving this because you authored the thread.Message ID: @.***>