When compressing image with path follow: content://media/external/images/media/78550
It throw a error: [Error: Attempt to invoke virtual method 'int android.graphics.Bitmap.getWidth()' on a null object reference]
It look like content://media/external/images/media/78550 is not identified.
When compressing image with path follow:
content://media/external/images/media/78550It throw a error:
[Error: Attempt to invoke virtual method 'int android.graphics.Bitmap.getWidth()' on a null object reference]It look like
content://media/external/images/media/78550is not identified.