iamMehedi / Secured-Preference-Store

A cryptography library and a SharedPreferences wrapper for Android that encrypts the content with 256 bit AES encryption. The Encryption key is securely stored in device's KeyStore.
563 stars 97 forks source link

Remove: The explicit allowBackup value from the manifest #38

Closed cjakubowicz closed 6 years ago

cjakubowicz commented 6 years ago

Removing the explicit allowBackup from the library will implicitly keep the same functionality and will also allow for easier control in the library user's top level manifest (otherwise I have to do a tools:replace="android:allowBackup" in my manifest).

iamMehedi commented 6 years ago

You edited the wrong file, should've been updated in the library's manifest. It has been resolved in the latest version.