scottyab / secure-preferences

Android Shared preference wrapper than encrypts the values of Shared Preferences. It's not bullet proof security but rather a quick win for incrementally making your android app more secure.
1.53k stars 235 forks source link

Set preferences file name correctly #42

Closed suarezjulian closed 8 years ago

suarezjulian commented 8 years ago

This should solve https://github.com/scottyab/secure-preferences/issues/41

suarezjulian commented 8 years ago

@scottyab CI failed because it couldn't install the APK on a device. Could you take a look and see if this PR affects any of the tests?

scottyab commented 8 years ago

Thanks @TechFreak for this PR! Sorry it's take so long to include it. It's been included as part of other change.