am e0cc62d7
: Merge "Revert "Remove extra Imap authenticator"" into jb-ub-mail-ur9
* commit 'e0cc62d72fb5d860e1dc0ea581c052784f6fdce2': Revert "Remove extra Imap authenticator"
This commit is contained in:
commit
74daafb87b
@ -438,7 +438,7 @@
|
|||||||
<service
|
<service
|
||||||
android:name=".service.ImapAuthenticatorService"
|
android:name=".service.ImapAuthenticatorService"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:enabled="false"
|
android:enabled="true"
|
||||||
>
|
>
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action
|
<action
|
||||||
@ -566,6 +566,20 @@
|
|||||||
android:resource="@xml/authenticator_alternate"
|
android:resource="@xml/authenticator_alternate"
|
||||||
/>
|
/>
|
||||||
</service>
|
</service>
|
||||||
|
<service
|
||||||
|
android:name=".service.ImapAuthenticatorService"
|
||||||
|
android:exported="true"
|
||||||
|
android:enabled="true"
|
||||||
|
>
|
||||||
|
<intent-filter>
|
||||||
|
<action
|
||||||
|
android:name="android.accounts.AccountAuthenticator" />
|
||||||
|
</intent-filter>
|
||||||
|
<meta-data
|
||||||
|
android:name="android.accounts.AccountAuthenticator"
|
||||||
|
android:resource="@xml/authenticator_imap"
|
||||||
|
/>
|
||||||
|
</service>
|
||||||
|
|
||||||
<service
|
<service
|
||||||
android:name=".service.LegacyImapAuthenticatorService"
|
android:name=".service.LegacyImapAuthenticatorService"
|
||||||
|
Loading…
Reference in New Issue
Block a user