Вопрос

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

FileOutputStream fos = openFileOutput("name.png", Context.MODE_PRIVATE)
Это было полезно?

Решение

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.

Другие советы

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.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top