projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed typo in strings.xml
[pub/Android/ownCloud.git]
/
res
/
values
/
oauth2_configuration.xml
diff --git
a/res/values/oauth2_configuration.xml
b/res/values/oauth2_configuration.xml
index
5fbef7c
..
f8e0f51
100644
(file)
--- a/
res/values/oauth2_configuration.xml
+++ b/
res/values/oauth2_configuration.xml
@@
-1,10
+1,5
@@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<?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>
<!-- 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>