I set up the authorization process for Google Play Services as described under https://developers.google.com/drive/android/auth
Now that the user has authorized the
Looks like data Intent is always null :(
public void startResolutionForResult(Activity var1, int var2) throws SendIntentException {
if(this.hasResolution()) {
var1.startIntentSenderForResult(this.mPendingIntent.getIntentSender(), var2, (Intent)null, 0, 0, 0);
}
}
This code is from ConnectionResult.class