Android Studio – How to compress an image in android 13 APIs
I have made image compress long ago it was working well until android 10 but above android its not working. public class ImageCompress { private static final int IMAGE_QUALITY = 99; private static final int MAX_SIZE_PIXELS = 1200; public static…