oad a texture from memory of java into display.newImage

Hello

I want to load a texture from java into display.newImage

The texture is loaded with a scard. The texture weighs a lot, so copying it to the internal storage is either very long or the application execution fails.

  1. I heard that the developers of the crown specially removed access to external storage. There are methods:

system.DocumentsDirectory

system.TemporaryDirectory

Is it possible to somehow add my own methods that refer to external storage?

Thank you in advance