I am getting G+ profile info along with image easily with the GoogleApiClient
in android. Problem is, the image is very small (size=50) by default. And I am getting hard time to get the image with the size of my own choice. Is there any way I can specify the size using identity library?
NOTE: I am using com.google.android.gms:play-services-identity:7.8.0
.