Commit 241959cb by han xu

修改相机权限提示语

parent 1ad276a4
...@@ -141,7 +141,7 @@ public class MPermissionUtils { ...@@ -141,7 +141,7 @@ public class MPermissionUtils {
case Manifest.permission.READ_EXTERNAL_STORAGE: case Manifest.permission.READ_EXTERNAL_STORAGE:
case Manifest.permission.WRITE_EXTERNAL_STORAGE: case Manifest.permission.WRITE_EXTERNAL_STORAGE:
return "大鱼需要获取您的相册、文件读写权限,用于保存或上传照片或文件等。"; return "大鱼需要获取您的相机、相册、文件读写权限,用于保存或上传照片或文件等。";
case Manifest.permission.ACCESS_COARSE_LOCATION: case Manifest.permission.ACCESS_COARSE_LOCATION:
return "大鱼需要你的定位权限,用于记录处理sop的当前位置。"; return "大鱼需要你的定位权限,用于记录处理sop的当前位置。";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment