소스 검색

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>