We are getting an error when trying to pick a `png` file in Android. ``` err = {message: "Error saving selection to app storage: File format is not supported", type: "EXPECTED_FAILURE", subtype: null}` ``` Corresponding line seems to be [this](https://github.com/trigger-corp/trigger.io-file/blob/master/inspector/an-inspector/ForgeModule/src/io/trigger/forge/android/modules/file/API.java#L96). ### Notes - Since it works for some `png`, [here is a link](https://i.redd.it/wzena8s9src41.png) to a `png` that doesn't work. Probably related to encoding. - Noticed that in [`writeImageUriToTemporaryFile`](https://github.com/trigger-corp/trigger.io-file/blob/master/inspector/an-inspector/ForgeModule/src/io/trigger/forge/android/modules/file/Storage.java#L84) only `jpeg` files are considered.
We are getting an error when trying to pick a
pngfile in Android.Corresponding line seems to be this.
Notes
png, here is a link to apngthat doesn't work. Probably related to encoding.writeImageUriToTemporaryFileonlyjpegfiles are considered.