Android11上Cameraactioncrop功能无法工作
创始人
2024-08-20 11:00:45
0

在Android 11上,Camera intent的crop效果已被弃用,因此无法直接使用。相反,可以使用其他方法在应用程序内创建裁剪效果。以下是一个示例代码:

private Uri mCropUri;
private File mFilePath;

private void startCropIntent() {
   Intent cropIntent = new Intent();

   // 创建一个新的裁剪文件
   try {
       mFilePath = createImageFile();
   } catch (IOException e) {
       e.printStackTrace();
   }

   // 将裁剪文件URI绑定到intent上
   if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N) {
       mCropUri = FileProvider.getUriForFile(this, "com.your.package.fileprovider", mFilePath);
       cropIntent.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION);
       cropIntent.addFlags(Intent.FLAG_GRANT_WRITE_URI_PERMISSION);
   } else {
       mCropUri = Uri.fromFile(mFilePath);
   }

   cropIntent.setAction("com.android.camera.action.CROP");
   cropIntent.setDataAndType(mImageUri, "image/*");
   cropIntent.putExtra("crop", "true");
   cropIntent.putExtra("aspectX", 1);
   cropIntent.putExtra("aspectY", 1);
   cropIntent.putExtra("outputX", 256);
   cropIntent.putExtra("outputY", 256);
   cropIntent.putExtra("scale", true);
   cropIntent.putExtra("return-data", false);
   cropIntent.putExtra(MediaStore.EXTRA_OUTPUT, mCropUri);

   startActivityForResult(cropIntent, CROP_IMAGE);
}

private File createImageFile() throws IOException {
   // 在应用目录下创建一个新的JPEG文件并返回其路径
   String imageFileName = "JPEG_" + System.currentTimeMillis() + "_";
   File storageDir = getExternalFilesDir(Environment.DIRECTORY_PICTURES);
   return File.createTempFile(imageFileName, ".jpg", storageDir);
}

其中,createImageFile()方法用于在应用程序目录中创建一个新的JPEG文件,startCropIntent()方法用于启动裁剪意图并获取裁剪后的图像文件的路径。在此示例

相关内容

热门资讯

交流学习经验!hhpoker免... 交流学习经验!hhpoker免费透视脚本,wepoker有没有机器人,切实存在有挂(确实有挂)破解侠...
经核实!wepoker游戏的安... 经核实!wepoker游戏的安装教程,德普之星辅助器怎么用,本来是真的有挂(有挂方法)1、该软件可以...
分享认知!hhpoker免费透... 分享认知!hhpoker免费透视脚本,wepoker有没有机器人,原来有挂(有人有挂)分享认知!hh...
据监测!德州私人局怎么透视,德... 据监测!德州私人局怎么透视,德扑之心免费透视,一直存在有挂(果真有挂)1、不需要AI权限,帮助你快速...
为切实保障!约局吧作弊脚本,德... 为切实保障!约局吧作弊脚本,德普之星app安卓版破解版,一直是有挂(有挂讲解)德普之星app安卓版破...
科技揭秘!wepoker私人局... 科技揭秘!wepoker私人局有透视吗,hhpoker德州挂真的有吗,都是真的有挂(有挂实锤)科技揭...
长期以来!大菠萝免费辅助,德普... 长期以来!大菠萝免费辅助,德普之星透视,真是确实有挂(真的有挂)1、让任何用户在无需德普之星透视安装...
最终!wepoker游戏下载,... 最终!wepoker游戏下载,德扑之星透视免费,果然真的有挂(有挂秘籍)进入游戏-大厅左侧-新手福利...
教程辅助!拱趴游戏破解器,hh... 教程辅助!拱趴游戏破解器,hhpoker的辅助是真的吗,本来真的是有挂(果真有挂)暗藏猫腻,小编详细...
昨日!德州透视是真的吗,德扑之... 昨日!德州透视是真的吗,德扑之星私人局辅助免费,本来存在有挂(真实有挂)1、德扑之星私人局辅助免费模...