I have a file saved locally into the application\'s private storage. I have verified it exists, however whenever I call BitmapFactory.decodeFile it always retur
BitmapFactory.decodeFile
Could you try fileList()? It
returns an array of strings naming the private files associated with this Context's application package.