Merge "Merge "Docs: Fixed the end-of-comment tag" into mnc-io-docs am: d09caa1378 am: 7ff4ee303b" into nyc-dev am: d63315e535 am: 3921ba2f61

am: c84e814234

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

Change-Id: I2f07a5705536cf78b8e3850ca38a9ffa78b22e58
This commit is contained in:
Hemal Patel
2016-05-28 00:26:47 +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);
}
...