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
Statement A is true, while Statement B is false.
Statement B is true, while Statement A is false.
Both statements are true.
Both statements are false.