1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-20 21:02:53 +00:00

Persistent cookies: Create saveClient in OwnCloudClientMap

This commit is contained in:
masensio
2014-06-09 12:24:19 +02:00
parent 37f4383b07
commit 811190065d
2 changed files with 19 additions and 0 deletions
@@ -160,5 +160,9 @@ public class AccountUtils {
* Flag signaling if the ownCloud server supports Share API"
*/
public static final String KEY_SUPPORTS_SHARE_API = "oc_supports_share_api";
/**
* OC accout cookies
*/
public static final String KEY_COOKIES = "oc_account_cookies";
}
}