Pregunta

Do you have any ideea where it save the image on the phone ? The exactly folder ? :

FileOutputStream fos = openFileOutput("name.png", Context.MODE_PRIVATE)
¿Fue útil?

Solución

It will be somewhere in /system/data/apps/your.app.package, anyway find a directory named as your app package and it will be in there somewhere.

Otros consejos

They will be in

/data/data/your.app.package/files/

And you will need a rooted device and something like ES File Explorer with root permissions to see them outside of your app.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top