<?xml version="1.0" encoding="utf-8"?>
<resources>
- <!-- Flag to configure OAuth availability in the app.
- 3 valid values now: on, off, optional
- -->
- <string name="oauth2_mode">off</string>
-
<!-- constants that must be respected by the authorization server; if changed, the app must be rebuild -->
<string name="oauth2_redirect_scheme">owncloud</string>
<string name="oauth2_redirect_uri">owncloud://callback</string>