public Bundle hasFeatures(AccountAuthenticatorResponse response,\r
Account account, String[] features) throws NetworkErrorException {\r
final Bundle result = new Bundle();\r
- result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, false);\r
+ result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true);\r
return result;\r
}\r
\r