Top "Android-backup-service" questions

Android Backup Service is integrated with Android's data backup framework to perform data backup and restore for most devices running Android 2.2 or greater, using Google servers and a backup transport on the device.

What is "android:allowBackup"?

Since the new ADT preview version (version 21), they have a new lint warning that tells me the next thing on …

android adt compiler-warnings android-lint android-backup-service
Android backup/restore: how to backup an internal database?

I have implemented a BackupAgentHelper using the provided FileBackupHelper to backup and restore the native database I have. This is …

android database restore database-restore android-backup-service
Android - Preserve or delete files created by the application on uninstall

I created an application which creates and stores files to sdcard. Is there a way to bind the folder with …

android backup uninstallation android-lifecycle android-backup-service
Background application without ui

I am new to android development. I want to make one background application, so that it keeps running in background, …

android android-backup-service
In android is there any way to preserve SharedPreferences after an uninstall

I am keeping some application meta data in SharedPreferences. Whenever I uninstall the application and reinstall it, the SharedPreferences are …

android android-preferences android-backup-service
using adb backup/restore?

I want to use the adb backup / restore . I use adb restore to restore a backup. But my problem after …

android backup adb restore android-backup-service
How to backup & restore SqliteDatabase,SharedPreferences on SD-Card - Android

Hi i am developing an application in which i am storing the data to Sqlite & SharedPrefrences. I have studied …

android sqlite android-backup-service
What is the file name used by default shared preferences?

Android Backup Service requires a filename to backup shared preferences: public static final String PREFS = "PrefFile"; SharedPreferencesBackupHelper helper = new SharedPreferencesBackupHelper(…

android sharedpreferences android-preferences android-backup-service