summaryrefslogtreecommitdiffstats
path: root/mobile/android/services/manifests/FxAccountAndroidManifest_services.xml.in
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/android/services/manifests/FxAccountAndroidManifest_services.xml.in')
-rw-r--r--mobile/android/services/manifests/FxAccountAndroidManifest_services.xml.in34
1 files changed, 34 insertions, 0 deletions
diff --git a/mobile/android/services/manifests/FxAccountAndroidManifest_services.xml.in b/mobile/android/services/manifests/FxAccountAndroidManifest_services.xml.in
new file mode 100644
index 000000000..a109d1ba3
--- /dev/null
+++ b/mobile/android/services/manifests/FxAccountAndroidManifest_services.xml.in
@@ -0,0 +1,34 @@
+ <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" >
+ </service>
+
+ <!-- Firefox Sync. -->
+ <service
+ android:exported="false"
+ android:name="org.mozilla.gecko.fxa.sync.FxAccountSyncService" >
+ <intent-filter >
+ <action android:name="android.content.SyncAdapter" />
+ </intent-filter>
+
+ <meta-data
+ android:name="android.content.SyncAdapter"
+ android:resource="@xml/fxaccount_syncadapter" />
+ </service> \ No newline at end of file