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: Added a comment Created Sept. 15, 2017, 8:05 a.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,9 @@
- <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>
-
+ <!-- Removed FxAccountAuthenticatorService from manifest. See https://issues.adblockplus.org/ticket/3994 -->
<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