Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用钛来捕获图像(来自 iPhone 和 android 的相机和图库),并且我使用 file.write() 将它们保存为 jpg 的 sd 卡中;
但出于安全目的,我不希望它们出现在画廊/图片库中。
有什么办法可以做到吗...
谢谢
做到这一点的唯一方法不是将它们存储在那里,而是将它们保存在应用程序中。但即便如此,如果有人真的想要它,他也可以把照片从那里拿出来。
注意:在 iPhone 上你当然没有 SD 卡。当您明确表示将其存储到 iPhone 上的画廊时,它将显示在照片画廊应用程序中。否则,它不会。