Android cleanup
Last updated: October 28, 2024
After a claim process has been completed successfully or unsuccessfully on Android devices, iProov recommends the following:
7.5.0 and earlier
Unregister the listener (in the onDestroy()
method).
8.x
Set the listener to a null
value.
Next step