from File
Create an Icon using the name of a Bitmap image file located in the internal storage. In particular, this calls Context#openFileInput(String).
Return
The Icon that was loaded from the asset or null if failed to load.
Parameters
file Name
The name of the Bitmap image file.
See also
<a href="https://developer. android. com/guide/topics/data/data-storage. html#files Internal">
Using the Internal Storage