Merge "Docs: Fixed the end-of-comment tag" into mnc-io-docs am: d09caa1378

am: 7ff4ee303b

* commit '7ff4ee303bca5372a925453e043375a728eb8d1d':
  Docs: Fixed the end-of-comment tag

Change-Id: I79abb2406163de3928ec9bb473e18c31aa146efa
This commit is contained in:
Hemal Patel
2016-05-27 21:41:57 +00:00
committed by android-build-merger

View File

@@ -240,6 +240,7 @@ public class MainActivity extends FragmentActivity {
* Ask the framework to run your sync adapter.
* To maintain backward compatibility, assume that
* changeUri is null.
*/
ContentResolver.requestSync(ACCOUNT, AUTHORITY, null);
}
...