[Android] load file in Native C++ module

Hi

I am trying to load a file placed in streamingAssets directory. Which gets packaged in the .apk. I am sending the persistent data path from C# to C++ module(.so) and trying open a file with fopen. I am not sure if fopen works for a android path like

/data/app/com.company.product-MwAqa2yxE7XzM7ApeChiUA==/base.apk!/assets/Data/

or

jar:file:///data/app/com.company.product-00MXHMwGiDcQGjoqsymB6Q==/base.apk!/assets/Data/

Did you give this a try and did it work?