i can getting the image width through MediaStore.Images.Media normally
MediaStore.Images.Media
but i need to getting the image width and height from image which selected from d
the solution is use new File(uri.getPath()).getAbsolutePath() instead of uri.toString()
new File(uri.getPath()).getAbsolutePath()
uri.toString()