Have a sync adapter implementation to sync data from server to app.
It works fine when there is more than 1 GB internal storage.
But if storage is less than 1 GB, Sync Adapter's perform sync is not getting called.
Is there a minimum storage space required to have sync working ?
How to handle this case and show proper error message to user ?