Revert "Remove extra Imap authenticator"
This reverts commit 1310fb5790
Change-Id: Ife2e885b1d772b6c322c607a61023eabdcc26efa
This commit is contained in:
parent
1310fb5790
commit
8fcf4d7976
@ -444,7 +444,7 @@
|
||||
<service
|
||||
android:name=".service.ImapAuthenticatorService"
|
||||
android:exported="true"
|
||||
android:enabled="false"
|
||||
android:enabled="true"
|
||||
>
|
||||
<intent-filter>
|
||||
<action
|
||||
@ -572,6 +572,20 @@
|
||||
android:resource="@xml/authenticator_alternate"
|
||||
/>
|
||||
</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
|
||||
android:name=".service.LegacyImapAuthenticatorService"
|
||||
|
Loading…
Reference in New Issue
Block a user