Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to backup app programmatically on android

How to backup app programmatically on android?

like image 674
Mecid Avatar asked Sep 17 '25 00:09

Mecid


1 Answers

As of Android 2.2 (Froyo), Google has made available a cloud based backup service for apps. Check it out at the link below for more info about it from Google.

http://developer.android.com/guide/topics/data/backup.html

If you wan't something for pre-Froyo devices, you'll need to implement your own backup service.

like image 150
Jason Knight Avatar answered Sep 19 '25 14:09

Jason Knight