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