Skip to content

Instantly share code, notes, and snippets.

@udacityandroid
Created February 11, 2015 23:11
Show Gist options
  • Save udacityandroid/6248a0d3c9e75a565992 to your computer and use it in GitHub Desktop.
Save udacityandroid/6248a0d3c9e75a565992 to your computer and use it in GitHub Desktop.
6.03 Implementing the Sync Adapter
< !-- Account type (for sync-adapter authenticator) -->
< !-- SyncAdapter related -->
< string name="sync_account_type">sunshine.example.com</string>
<string name="content_authority">com.example.android.sunshine.app</string>
@ConorFl
Copy link

ConorFl commented Oct 24, 2015

typo on line 3?

(space btw < and string)

@timbru31
Copy link

Actually there are typos on line 1-3.
I've forked and fixed it, FYI.

@walaa-assy
Copy link

    <!-- SyncAdapter related -->
    <string name="sync_account_type">sunshine.example.com</string>
    <string name="content_authority">com.example.android.sunshine.app</string>

@javadKarbasian
Copy link

it makes error fix typo line 3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment