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

Commit 1df71e73 authored by Eric Schmidt's avatar Eric Schmidt
Browse files

docs: Removed extra parens in "Creating a Sync Adapter"

Bug: 26259843
Change-Id: Idc2b11efe4fb081fd522aeaa5c67a0aa7713b150
parent 209d3a4b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -416,7 +416,7 @@ public class MainActivity extends FragmentActivity {
         * Add the account and account type, no password or user data
         * If successful, return the Account object, otherwise report an error.
         */
        if (accountManager.addAccountExplicitly(newAccount, null, null))) {
        if (accountManager.addAccountExplicitly(newAccount, null, null)) {
            /*
             * If you don't set android:syncable="true" in
             * in your <provider> element in the manifest,