projects
/
pub
/
Android
/
ownCloud.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
4aba533
)
Prevent that the workaround app fixing the lost of credentials in Jelly Bean replaces...
author
David A. Velasco
<dvelasco@solidgear.es>
Wed, 16 Jan 2013 11:54:15 +0000
(12:54 +0100)
committer
David A. Velasco
<dvelasco@solidgear.es>
Wed, 16 Jan 2013 11:54:15 +0000
(12:54 +0100)
AndroidManifest.xml
patch
|
blob
|
blame
|
history
diff --git
a/AndroidManifest.xml
b/AndroidManifest.xml
index
8c6cecd
..
994efb7
100644
(file)
--- a/
AndroidManifest.xml
+++ b/
AndroidManifest.xml
@@
-88,7
+88,7
@@
<service
\r
android:name=".authenticator.AccountAuthenticatorService"
\r
android:exported="true">
\r
<service
\r
android:name=".authenticator.AccountAuthenticatorService"
\r
android:exported="true">
\r
- <intent-filter>
\r
+ <intent-filter
android:priority="100"
>
\r
<action android:name="android.accounts.AccountAuthenticator" />
\r
</intent-filter>
\r
\r
<action android:name="android.accounts.AccountAuthenticator" />
\r
</intent-filter>
\r
\r