Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: mobile/android/services/manifests/FxAccountAndroidManifest_services.xml.in

Issue 29542628: Issue 3994 - Do not register ABB to Androids AccountManager (Closed)
Patch Set: Issue 3994 - Do not register ABB to Androids AccountManager Created Sept. 12, 2017, 1:31 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" >
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld