/* ownCloud Android client application\r
* Copyright (C) 2012 Bartek Przybylski\r
+ * Copyright (C) 2012-2013 ownCloud Inc.\r
*\r
* This program is free software: you can redistribute it and/or modify\r
* it under the terms of the GNU General Public License as published by\r
- * the Free Software Foundation, either version 3 of the License, or\r
+ * the Free Software Foundation, either version 2 of the License, or\r
* (at your option) any later version.\r
*\r
* This program is distributed in the hope that it will be useful,\r
/**\r
* Value under this key should handle path to webdav php script. Will be\r
* removed and usage should be replaced by combining\r
- * {@link eu.alefzero.owncloud.authenticator.KEY_OC_BASE_URL} and\r
+ * {@link com.owncloud.android.authenticator.AuthenticatorActivity.KEY_OC_BASE_URL} and\r
* {@link com.owncloud.android.utils.OwnCloudVersion}\r
* \r
* @deprecated\r
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