How to: What is "android:allowBackup"?
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 the manifest file (in the application tag):
Should explicitly set android:allowBackup to true or false (it’s true by default, and that can have some security implications for the application’s data)
In the official website , they’ve written:
A couple of…
View On WordPress













