- protected HttpPropFind getPropFindQuery()\r
- throws OperationCanceledException, AuthenticatorException,\r
- IOException {\r
- HttpPropFind query = new HttpPropFind(getUri().toString());\r
- query.setHeader("Content-type", "text/xml");\r
- query.setHeader("User-Agent", "Android-ownCloud");\r
- return query;\r
- }\r
-\r