mobile/android/services/manifests/FxAccountAndroidManifest_services.xml.in

Wed, 31 Dec 2014 07:22:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:22:50 +0100
branch
TOR_BUG_3246
changeset 4
fc2d59ddac77
permissions
-rw-r--r--

Correct previous dual key logic pending first delivery installment.

michael@0 1 <service
michael@0 2 android:exported="true"
michael@0 3 android:name="org.mozilla.gecko.fxa.authenticator.FxAccountAuthenticatorService" >
michael@0 4 <intent-filter >
michael@0 5 <action android:name="android.accounts.AccountAuthenticator" />
michael@0 6 </intent-filter>
michael@0 7
michael@0 8 <meta-data
michael@0 9 android:name="android.accounts.AccountAuthenticator"
michael@0 10 android:resource="@xml/fxaccount_authenticator" />
michael@0 11 </service>
michael@0 12 <service
michael@0 13 android:exported="false"
michael@0 14 android:name="org.mozilla.gecko.fxa.sync.FxAccountSyncService" >
michael@0 15 <intent-filter >
michael@0 16 <action android:name="android.content.SyncAdapter" />
michael@0 17 </intent-filter>
michael@0 18
michael@0 19 <meta-data
michael@0 20 android:name="android.content.SyncAdapter"
michael@0 21 android:resource="@xml/fxaccount_syncadapter" />
michael@0 22 </service>
michael@0 23 <service
michael@0 24 android:exported="false"
michael@0 25 android:name="org.mozilla.gecko.fxa.receivers.FxAccountDeletedService" >
michael@0 26 </service>

mercurial