| Index: mobile/android/services/manifests/FxAccountAndroidManifest_services.xml.in |
| =================================================================== |
| --- a/mobile/android/services/manifests/FxAccountAndroidManifest_services.xml.in |
| +++ b/mobile/android/services/manifests/FxAccountAndroidManifest_services.xml.in |
| @@ -1,20 +1,22 @@ |
| + <!-- Do not register ABB to Androids AccountManager. See: https://issues.adblockplus.org/ticket/3994 --> |
| + <!-- |
|
diegocarloslima
2017/09/12 14:22:28
Instead of commenting out, we usually remove the c
|
| <service |
| android:exported="true" |
| android:name="org.mozilla.gecko.fxa.authenticator.FxAccountAuthenticatorService" > |
| <intent-filter > |
| <action android:name="android.accounts.AccountAuthenticator" /> |
| </intent-filter> |
| <meta-data |
| android:name="android.accounts.AccountAuthenticator" |
| android:resource="@xml/fxaccount_authenticator" /> |
| </service> |
| - |
| + --> |
| <service |
| android:exported="false" |
| android:name="org.mozilla.gecko.fxa.receivers.FxAccountDeletedService" > |
| </service> |
| <service |
| android:exported="false" |
| android:name="org.mozilla.gecko.fxa.sync.FxAccountProfileService" > |