有没有一种“安全”的方式来调用带有意图MediaStore.ACTION_IMAGE_CAPTURE的安卓摄像头来捕捉照片?我正在使用以下代码从相机中拍摄快照:
Uri tempFile = Uri.fromFile(tempFile()); // returns a temporary stored files that is "Context.MODE_WORLD_WRITEABLE" so that android can put the file in this location
// tempFile looks like: file:///data/data/com
我正在使用Web activity从Firefox OS中的web应用程序启动默认的Firefox摄像头。能够启动默认的Firefox摄像头并拍照。在pick success内部获取this.result作为返回值。
现在我需要获取文件路径、保存图像的位置以及图像文件名。
尝试分析this.result.blob,但找不到与路径或文件相关的参数。
下面是我使用的代码
var activity = new MozActivity({
// Ask for the "pick" activity
name: "pick",
// Provide the