android - How to Backup app data similar to whatsapp -


hi trying implement backup funcationality similar whatsapp, when come across after reverse engineering whatsapp manifest code. here observations, android:allowbackup="false" means not taking of default autobackup functionality or backupagent

enter image description here under obeservations, how backup working , check below screenshort enter image description here

and need have unlimited storage limit, unlike autobackup <25mb,

ex: whatsapp backup holding 112mb size


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -