Getting started - Resilience
From emulators, to rooted phones from out of date android versions to devices with malware - if your app stores sensitive information, make sure you're not running on an unsafe device
First, add the dependency
Then, try add the following configuration to your Application.kt file in startup(), or any other place that gets called on startup
This code will throw an exception (almost definitely - given the verify signature check) on startup due to the failure of the check and the 'action on failure'
Last updated