tvbarthel / BlurDialogFragment

Library project to display DialogFragment with a blur effect.
Apache License 2.0
2.09k stars 334 forks source link

Please Don't use allowBackup property #26

Closed h3clikejava closed 9 years ago

h3clikejava commented 9 years ago

android:allowBackup property been identified security risk in android platform. detail info: http://www.2cto.com/Article/201503/382610.html or https://sobug.com/article/detail/16

so,Please not use android:allowBackup = true!