1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-14 09:53:01 +00:00

Remove ugly dependency from GetRemoteStatusOperation

Create AnonymousService for operations that not require authentication
This commit is contained in:
abelgardep
2020-01-27 22:50:10 +01:00
committed by davigonz
parent ad533c8307
commit ec5c9fc4aa
5 changed files with 56 additions and 40 deletions
@@ -329,5 +329,7 @@ public class AccountUtils {
* OAuth2 scope
*/
public static final String KEY_OAUTH2_SCOPE = "oc_oauth2_scope";
public static final String WEBDAV_PATH_4_0_AND_LATER = "/remote.php/dav";
}
}