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

This commit is contained in:
Hemal Patel
2016-05-27 21:31:22 +00:00
committed by Android (Google) Code Review

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);
}
...