Lines Matching full:syncadapter
32 <!-- Required to enable our SyncAdapter after it's created. -->
58 as an attachment point for the SyncAdapter. See res/xml/syncadapter.xml and
68 <!-- This service implements our SyncAdapter. It needs to be exported, so that the system
75 <action android:name="android.content.SyncAdapter" />
77 <!-- This points to a required XML file which describes our SyncAdapter. -->
78 <meta-data android:name="android.content.SyncAdapter"
79 android:resource="@xml/syncadapter" />
82 <!-- This implements the account we'll use as an attachment point for our SyncAdapter. Since
83 our SyncAdapter doesn't need to authenticate the current user (it just fetches a public RSS
86 It's also possible to attach a SyncAdapter to an existing account provided by another