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:
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user