1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/mobile/android/services/manifests/FxAccountAndroidManifest_services.xml.in Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,26 @@ 1.4 + <service 1.5 + android:exported="true" 1.6 + android:name="org.mozilla.gecko.fxa.authenticator.FxAccountAuthenticatorService" > 1.7 + <intent-filter > 1.8 + <action android:name="android.accounts.AccountAuthenticator" /> 1.9 + </intent-filter> 1.10 + 1.11 + <meta-data 1.12 + android:name="android.accounts.AccountAuthenticator" 1.13 + android:resource="@xml/fxaccount_authenticator" /> 1.14 + </service> 1.15 + <service 1.16 + android:exported="false" 1.17 + android:name="org.mozilla.gecko.fxa.sync.FxAccountSyncService" > 1.18 + <intent-filter > 1.19 + <action android:name="android.content.SyncAdapter" /> 1.20 + </intent-filter> 1.21 + 1.22 + <meta-data 1.23 + android:name="android.content.SyncAdapter" 1.24 + android:resource="@xml/fxaccount_syncadapter" /> 1.25 + </service> 1.26 + <service 1.27 + android:exported="false" 1.28 + android:name="org.mozilla.gecko.fxa.receivers.FxAccountDeletedService" > 1.29 + </service>