Wed, 31 Dec 2014 07:22:50 +0100
Correct previous dual key logic pending first delivery installment.
michael@0 | 1 | <service |
michael@0 | 2 | android:exported="false" |
michael@0 | 3 | android:name="org.mozilla.gecko.sync.setup.SyncAuthenticatorService" > |
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/sync_authenticator" /> |
michael@0 | 11 | </service> |
michael@0 | 12 | <service |
michael@0 | 13 | android:exported="false" |
michael@0 | 14 | android:name="org.mozilla.gecko.sync.syncadapter.SyncService" > |
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/sync_syncadapter" /> |
michael@0 | 22 | </service> |
michael@0 | 23 | <service |
michael@0 | 24 | android:exported="false" |
michael@0 | 25 | android:name="org.mozilla.gecko.sync.receivers.SyncAccountDeletedService" > |
michael@0 | 26 | </service> |