enter image description here This is the message shown when I pointed the cursor to the word
Asked
Active
Viewed 35 times
0
-
1Quoting the message: "To fix this warning, decide whether your application should support backup, and explicitly set `android:allowBackup=(true|false)`". It means that you have to add that attribute on the `
` element, and set it to either `true` or `false`. – Mike M. Apr 23 '17 at 03:35 -
Note that this is a warning, not an error. – Code-Apprentice Apr 23 '17 at 04:26