Kwonjube
Results
2
comments of
Kwonjube
More information, When I use a 10.1 Tab A (Display resolution: 1920 x 1200) the images come out clear However with a 9.7 Tab A (Display resolution: 1024 x 768...
``` `` @Override protected void onActivityResult(int requestCode, int resultCode, Intent data) { //setups if(resultCode == RESULT_CANCELED){} else if (resultCode == RESULT_OK){ //Crop.pickImage(this); if (requestCode == Crop.REQUEST_CROP && resultCode == RESULT_OK)...