adorsys / secure-storage-android

Store strings & credentials securely encrypted on your device
Apache License 2.0
367 stars 58 forks source link

Contains key #12

Closed zplesac closed 7 years ago

zplesac commented 7 years ago

This PR adds a new method to SecurePreferences, which checks if a value with a given key is stored in SecurePreferences.

This fixes the issue reported in #10.