Awesome
Android Security Sandbox
A sandbox app with some tools and code to help you to better secure your Android apps.
This sample includes
- Obfuscation using Proguard and
android-proguard-optimize
rules - Encrypted database storage using SQLCipher
- Encrypted key-value storage using Hawk, powered by Conceal
- Device checking using SafetyNet
- Root detection using RootBeer
- HTTP pinning using OkHttp
- Other environment checks, like Debug, Emulator, Installation Source, and Tampering