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

am: d09caa1378

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

Change-Id: I27a07c1d00f840b34683cfb333b8b338ffe60dd3
This commit is contained in:
Hemal Patel
2016-05-27 21:37:15 +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);
}
...