I'm using the Crypto provider in my application. I know that it is deprecated in Android N. However I used the solution from this question and it was working perfectly fine.
Now in Android P (API 28), they've completely removed it details here and here.
I'm getting below warnings in my logcat -
W/System.err: java.security.NoSuchAlgorithmException: class configured for SecureRandom (provider: Crypto) cannot be found.
Please assist me with the solutions or any links which will lead me to the solutions.
Thanks in advance.