niorgai / StatusBarCompat

Status Bar Utils ---- Change Status Bar Mode Simply
http://niorgai.github.io/2016/03/20/Android-transulcent-status-bar/
MIT License
2.16k stars 349 forks source link

android:allowBackup="true" #33

Closed rebounce closed 6 years ago

rebounce commented 6 years ago

Library的这个默认为false应该比较好。

niorgai commented 6 years ago

有道理. 这个只是默认加的..你要是为了安全起见 在 apk 的 AndroidManifest 加上 replace 吧.

       tools:replace="android:allowBackup"
       android:allowBackup="false"