new stuff for account authenticator
[pub/Android/ownCloud.git] / src / eu / alefzero / owncloud / authenticator / AccountAuthenticator.java
index b688a2d..a346e2c 100644 (file)
@@ -10,8 +10,6 @@ import android.util.Log;
 public class AccountAuthenticator extends AbstractAccountAuthenticator {\r
     public static final String OPTIONS_USERNAME = "username";\r
     public static final String OPTIONS_PASSWORD = "password";\r
-    public static final String OPTIONS_FILE_LIST_SYNC_ENABLED = "filelist";\r
-    public static final String OPTIONS_PINNED_FILE_SYNC_ENABLED = "pinned";\r
 \r
     public static final String ACCOUNT_TYPE = "owncloud";\r
     public static final String AUTH_TOKEN_TYPE = "org.owncloud";\r
@@ -178,7 +176,6 @@ public class AccountAuthenticator extends AbstractAccountAuthenticator {
     }\r
 \r
     private void validateRequiredFeatures(String[] requiredFeatures) throws UnsupportedFeaturesException {\r
-        // TODO\r
     }\r
 \r
     private void validateCreaditials(String username, String password, String path) throws AccessDeniedException {\r