Search code examples
javaandroidandroid-videoview

how can I get uri of a file that located in assets


how can I get uri of a file that located in assets. is there any way to get uri for a asset file?


Solution

  • There is no "absolute path for a file existing in the asset folder".

    You can use AssetManager object to get an InputStream