Question:Which of the following statements are correct with regards to calling place GoogleAuthUtil.getToken()? A) call getToken() on the UI thread B) call getToken() on AsyncTask
A Statement A is true, while Statement B is false.
B Statement B is true, while Statement A is false.
C Both statements are true.
D Both statements are false.
+ AnswerB
+ Report