http://code.google.com/p/jumpnote/に基づいてアプリをモデル化しようとしています
authBundle = am.getAuthToken(account, APPENGINE_SERVICE_NAME,
needAuthAction == NEED_AUTH_NOTIFICATION, null, null).getResult();
authToken = authBundle.getString(AccountManager.KEY_AUTHTOKEN);
この場合、authToken は null を返します。
これには何が考えられますか?