浏览代码

Prevent that the workaround app fixing the lost of credentials in Jelly Bean replaces the authenticator in the ownCloud

David A. Velasco 12 年之前
父节点
当前提交
c4cd9ef44c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      AndroidManifest.xml

+ 1 - 1
AndroidManifest.xml

@@ -88,7 +88,7 @@
         <service
             android:name=".authenticator.AccountAuthenticatorService"
             android:exported="true">
-            <intent-filter>
+            <intent-filter  android:priority="100">
                 <action android:name="android.accounts.AccountAuthenticator" />
             </intent-filter>