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

Prevent the Application field Label from interfering with other module Manifest Files. #44

Closed swaby closed 5 years ago

swaby commented 5 years ago

Integrating this library into another library will cause a manifest issue due to the android:label attribute on the application tag.