Olá pessoal,
-- Estou implementando uma activity de Login, onde será feito login com a conta do Google.
No método onConnected, tem o seguinte trecho:
Person person = Plus.PeopleApi.getCurrentPerson(mGoogleApiClient);
Log.i(TAG, "Display name:" + person.getDisplayName());
Log.i(TAG, "ID:" + person.getId());
Log.i(TAG, "Birthday:" + person.getBirthday());
Log.i(TAG, "Nickname:" + person.getNickname());
Log.i(TAG, "Name:" + person.getName());
Porém, o objeto Person está ficando nulo.
Saberiam me dizer o que poderia estar ocorrendo de problema?
Obrigado!
You received this message because you are subscribed to the Google Groups "Android Brasil - Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to androidbrasil-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
0 comentários:
Postar um comentário