I have an application in which first I want to backup the message from the inbox and save it in the backup.xml
file, which is stored in SDCARD/MYBACKUP/mybackup.xml
Now I want to get the data stored on SDCARD/MYBACKUP/mybackup.xml
and display all the messages in the list.
source share