How to recover data from DDMS & Ftp server?

I have Backup Contacts, Settings, Browser bookmarks & Media files , successfully using this code . This data is stored in DDMS and FTP as files. How can I restore these backup files programmatically. Does anyone know tell me the way? This is the cursorToCSV method for backup. Thanks a lot at Advance.

+6
source share
1 answer

Find the code for cursorToCSV and there should be a corresponding inverse method. Use this to restore backup files.

+1
source

Source: https://habr.com/ru/post/898039/


All Articles