Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 406 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 406 Bytes

SmsBackupRecovery

An Android application to backup the Sms in xml file, and also provide recovery.
#Direction:

  1. Sms backup and recovery are OK.
  2. Contacts backup is OK, recovery needs implementation.
  3. The constructure of the backup xml file needs to be reconstructed.
  4. The backup and recovery thread need to be created into new threads(Currently in the main thread).