Fixed automatic playback of media previews after download, in portrait orientation
[pub/Android/ownCloud.git] / src / com / owncloud / android / authenticator / AccountAuthenticator.java
index 543b0df..53183c6 100644 (file)
@@ -41,7 +41,7 @@ public class AccountAuthenticator extends AbstractAccountAuthenticator {
     /**\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
@@ -174,7 +174,7 @@ public class AccountAuthenticator extends AbstractAccountAuthenticator {
     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