10: Create AllowBackupPlugin
This commit is contained in:
@@ -16,4 +16,15 @@ com.bartek.esa.core.plugin.DebuggablePlugin.NO_FALSE=The android:debuggable is s
|
||||
The android:debuggable option in AndroidManifest.xml is set to 'true'. \n\
|
||||
This will cause application to be debuggable and can result in \
|
||||
security issues and data leakage on the production environment. \n\
|
||||
Consider setting it to 'false'.
|
||||
|
||||
com.bartek.esa.core.plugin.AllowBackupPlugin.NO_ATTR=There is no android:allowBackup option. Potential data leakage. \n\
|
||||
The android:allowBackup option was not found in the AndroidManifest.xml file. \n\
|
||||
To avoid any potential data theft in the future, please explicitly set this flag to false. \n\
|
||||
The attribute should be placed in <application> tag.\n\
|
||||
For example: <application android:allowBackup="false">
|
||||
|
||||
com.bartek.esa.core.plugin.AllowBackupPlugin.NO_FALSE=The android:allowBackup is set to 'true'. Potential data leakage. \n\
|
||||
The android:allowBackup option in AndroidManifest.xml is set to 'true'. \n\
|
||||
This will allow accessing the backups via adb if device has USB debugging enabled.\n\
|
||||
Consider setting it to 'false'.
|
||||
Reference in New Issue
Block a user