https://github.com/mozilla/gecko-dev
Raw File
Tip revision: fc4b0ea1ea281e947ca1c83714be9c5185c010ff authored by ffxbld on 11 March 2012, 01:18:23 UTC
Added FIREFOX_11_0b8_RELEASE FIREFOX_11_0b8_BUILD1 tag(s) for changeset 0df2e93ff663. DONTBUILD CLOSED TREE a=release
Tip revision: fc4b0ea
SyncAndroidManifest_services.xml.in
        <service
            android:exported="false"
            android:name="org.mozilla.gecko.sync.setup.SyncAuthenticatorService" >
            <intent-filter >
                <action android:name="android.accounts.AccountAuthenticator" />
            </intent-filter>

            <meta-data
                android:name="android.accounts.AccountAuthenticator"
                android:resource="@xml/sync_authenticator" />
        </service>
        <service
            android:exported="false"
            android:name="org.mozilla.gecko.sync.syncadapter.SyncService" >
            <intent-filter >
                <action android:name="android.content.SyncAdapter" />
            </intent-filter>

            <meta-data
                android:name="android.content.SyncAdapter"
                android:resource="@xml/sync_syncadapter" />
        </service>
back to top