https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 0932a12065ba57bb956849efe0cee1bf3c170e9a authored by seabld on 11 October 2012, 15:06:18 UTC
Added tag SEAMONKEY_2_13_1_RELEASE for changeset FIREFOX_16_0_1_BUILD1. CLOSED TREE a=release
Tip revision: 0932a12
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