Revert "Revert "Remove extra Imap authenticator"" :)
This reverts commit 8fcf4d7976
Change-Id: If5a83b82ec64b6acef7c9f1c7896ef144aacfd1f
This commit is contained in:
parent
8fcf4d7976
commit
2af7d01ef7
@ -444,7 +444,7 @@
|
|||||||
<service
|
<service
|
||||||
android:name=".service.ImapAuthenticatorService"
|
android:name=".service.ImapAuthenticatorService"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:enabled="true"
|
android:enabled="false"
|
||||||
>
|
>
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action
|
<action
|
||||||
@ -572,20 +572,6 @@
|
|||||||
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