Deepak
Deepak
> @agiro8747 Try using the type GRADIENT_CUBIC_BEZIER with my forked library and post your queries there for any trouble you face. @DipaliShah I want to set gradient in Linear mode...
I solved it by take 2 string ref for camera file but how can i manage with single cam_file_data ref for both image and video
AnyOne have solution same issue Does not work with google analytics if i include google analytics script.
set requestLegacyExternalStorage flag to true in the manifest file application tag then it works in API 29 for API 30 we need to change the code with scoped storage.
Is this working with android 11 ?
Yes you can use that code to support multiple mime types example for pdf and image files String[] mimeTypes = {"image/*","application/pdf"}; Intent galleryIntent = new Intent(Intent.ACTION_GET_CONTENT, MediaStore.Images.Media.EXTERNAL_CONTENT_URI) .setType("image/*|application/pdf") .addCategory(Intent.CATEGORY_OPENABLE) .putExtra(Intent.EXTRA_MIME_TYPES,...