Remove extra Imap authenticator

Bug: 7211288
Change-Id: I130869a489fdfa95343022316a5ed4533d1f102c
This commit is contained in:
Paul Westbrook 2013-03-11 14:36:45 -07:00
parent 258776d784
commit 1310fb5790
1 changed files with 1 additions and 15 deletions

View File

@ -444,7 +444,7 @@
<service
android:name=".service.ImapAuthenticatorService"
android:exported="true"
android:enabled="true"
android:enabled="false"
>
<intent-filter>
<action
@ -572,20 +572,6 @@
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"