Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When the allowBackup element is set as false in the app's declaration, the app cannot be back upis not allowed to backup.



If you can access AndroidManifest.xml of the app, look at the file and change the content as below. Otherwise, contact the IT admin or the app developer.

Code Block
languagexml
themeEclipse
titleAndroidManifest.xml
<application
...
				android:allowBackup="true">
...
</application>

...