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,8 @@ |
- <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> |
- |
diegocarloslima
2017/09/14 17:59:27
Actually, It was just to remove the commented code
|
<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" > |