权限说明
This commit is contained in:
parent
9fc7ede6cb
commit
0da1232f3e
|
|
@ -279,7 +279,7 @@ public class ShopsCheckUserPhotoFragment extends BaseFragment {
|
||||||
AlertDialog.Builder dialog = new AlertDialog.Builder(getActivity(), AlertDialog.THEME_HOLO_LIGHT);
|
AlertDialog.Builder dialog = new AlertDialog.Builder(getActivity(), AlertDialog.THEME_HOLO_LIGHT);
|
||||||
dialog.setCancelable(false);
|
dialog.setCancelable(false);
|
||||||
dialog.setTitle("提示");
|
dialog.setTitle("提示");
|
||||||
dialog.setMessage("设置头像,需要申请相机和相册权限,是否允许申请?");
|
dialog.setMessage("设置头像,需要从手机相册中选择图片或使用手机相机拍照进行上传设置,访问相册和相机拍照app需要申请相机和相册存储权限,是否允许申请?");
|
||||||
dialog.setNegativeButton("拒绝", (arg0, arg1) -> {
|
dialog.setNegativeButton("拒绝", (arg0, arg1) -> {
|
||||||
arg0.dismiss();
|
arg0.dismiss();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue