udacity / Sunshine-Version-2

The official repository for Developing Android Apps
Apache License 2.0
2.87k stars 4.41k forks source link

6.05 scheduled sync - SyncRequest is not public in android.content.SyncRequest. #329

Closed francisrod01 closed 7 years ago

francisrod01 commented 7 years ago

https://github.com/udacity/Sunshine-Version-2/compare/6.04_finish_sync_adapter...6.05_scheduled_sync#diff-18ccf1c93647c247270017cf2f090fc7R341

To be more clear, Android platform frameworks base

screenshot from 2017-04-23 16 50 41

Thanks for listening!

francisrod01 commented 7 years ago

This issue has been solved! The public constructor public Builder() {} has been added to the SyncRequest class of android-25 source.