Loading docs/html/training/sync-adapters/creating-sync-adapter.jd +1 −1 Original line number Diff line number Diff line Loading @@ -382,7 +382,7 @@ public class MainActivity extends FragmentActivity { ... // Constants // The authority for the sync adapter's content provider public static final String AUTHORITY = "com.example.android.datasync.provider" public static final String AUTHORITY = "com.example.android.datasync.provider"; // An account type, in the form of a domain name public static final String ACCOUNT_TYPE = "example.com"; // The account name Loading Loading
docs/html/training/sync-adapters/creating-sync-adapter.jd +1 −1 Original line number Diff line number Diff line Loading @@ -382,7 +382,7 @@ public class MainActivity extends FragmentActivity { ... // Constants // The authority for the sync adapter's content provider public static final String AUTHORITY = "com.example.android.datasync.provider" public static final String AUTHORITY = "com.example.android.datasync.provider"; // An account type, in the form of a domain name public static final String ACCOUNT_TYPE = "example.com"; // The account name Loading