Skip to content

Instantly share code, notes, and snippets.

@Axxiss
Created May 21, 2012 13:38
Show Gist options
  • Select an option

  • Save Axxiss/2762376 to your computer and use it in GitHub Desktop.

Select an option

Save Axxiss/2762376 to your computer and use it in GitHub Desktop.
sync service manifest
<service
android:name=".sync.SyncService"
android:exported="true" >
<intent-filter>
<action android:name="android.content.SyncAdapter" />
</intent-filter>
<meta-data
android:name="android.content.SyncAdapter"
android:resource="@xml/syncadapter" />
</service>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment