Well i need to authorize Google Calendar\'s access for a user, first google Id works fine when i use
blockingGetAuthToken
and it gets a t
Ok it works fine when i use
getAuthToken (Account account, String authTokenType, Bundle options, Activity activity, AccountManagerCallback callback, Handler handler)
The activity parameter solved the problem..