Does anyone know what I can now use to request data to be sync'd on Android using the BackupManager?
The docs state that the method is now deprecated but don't offer an equivalent/replacement call for that method. I am aware that the sync is performed upon an apps first install but that seems to be it?
I am hoping to use SharedPreferences and the BackupManager to sync Key/Value pairs of data across devices connected to the users account.