Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 547 Bytes

File metadata and controls

21 lines (12 loc) · 547 Bytes

Android-Secure-SharedPreference

This application have login with Secure SharedPreference with MasterKey. It will save username & password with Encryption in cache file.

Import Library in Gradle files

implementation 'com.github.bumptech.glide:glide:3.7.0' implementation 'androidx.security:security-crypto:1.0.0-rc01'

Manifest.xml

Add this line in inside application tag

<application android:usesCleartextTraffic="true" alt text