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

Merge branch 'develop' into check_server_certificates_in_SSO_webview

This commit is contained in:
masensio
2014-03-11 10:47:54 +01:00
6 changed files with 21 additions and 16 deletions
@@ -55,6 +55,12 @@ public abstract class RemoteOperation implements Runnable {
private static final String TAG = RemoteOperation.class.getSimpleName();
/** OCS API header name */
public static final String OCS_API_HEADER = "OCS-APIREQUEST";
/** OCS API header value */
public static final String OCS_API_HEADER_VALUE = "true";
/** ownCloud account in the remote ownCloud server to operate */
private Account mAccount = null;