boxing icon indicating copy to clipboard operation
boxing copied to clipboard

To access your camera to take pictures,enable the "Use Camera" permission in the "System Settings" or Authorization dialog box.

Open xesun opened this issue 7 years ago • 0 comments

Always this error click to camera

BoxingConfig config = new BoxingConfig(BoxingConfig.Mode.SINGLE_IMG);
        config.needCamera(R.drawable.ic_photo_camera_indigo_400_36dp)
                .withMaxCount(1)
                .needGif()
                .withMediaPlaceHolderRes(R.drawable.icon_ub)
                .withAlbumPlaceHolderRes(R.drawable.icon_ub)
                .withVideoDurationRes(R.drawable.icon_ub);
        Boxing.of(config).withIntent(getActivity(), BoxingActivity.class).start(getActivity(), 23);

device-2019-01-25-125715

device-2019-01-25-125452

xesun avatar Jan 25 '19 04:01 xesun