Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fcf68ef0 authored by Kevin Hufnagle's avatar Kevin Hufnagle Committed by android-build-merger
Browse files

Merge "docs: Added missing semicolon within code sample." into mnc-mr-docs

am: 9deafe59

* commit '9deafe59':
  docs: Added missing semicolon within code sample.

Change-Id: If471b16031b56c4d9faa730c21cf04b47b1461cc
parents 2d9cc0f1 9deafe59
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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