我有一个用 FileOutputStream
我试着把它保存到画廊。我一直在寻找堆栈溢出的答案和其他任何地方,没有什么适合我
我的代码:
File path = MainActivity.this.getExternalFilesDir("ComputerScreenshots");
FileOutputStream ops = new FileOutputStream(path + "/Computer.png");
上面的代码将图像保存在 /storage/emulated/0/Android/data/com.example.computer/files/ComputerScreenshots/Computer.png
我怎样才能把它保存到画廊?
1条答案
按热度按时间qlfbtfca1#
我认为下面的代码将帮助你。
检查你的目录是否存在?如果没有,那就去吧。
如果您想将图像保存到相机目录中,请将计算机屏幕截图替换为相机