pwlin / cordova-plugin-file-opener2

A File Opener Plugin for Cordova
MIT License
314 stars 587 forks source link

Grant Write permission in android intent #255

Closed rastafan closed 5 years ago

rastafan commented 5 years ago

Added flag Intent.FLAG_GRANT_WRITE_URI_PERMISSION to file opening for android platform, otherwise the program used to open the requested file would not be allowed to save edits.

shnist commented 5 years ago

thanks @rastafan