Friday, 9 October 2020

Call Recording in Android 10 Q

 Call Recording in Android 10 is not working without using Accessibility Service ,So here i define you how it is working.




First you have to add permissions in Menifest.xml file like below.

Snackbar in Kotlin

How to show snackbar in place of toast message , below is the code for showing snackbar in kotlin. Below code is put in Utils.kt  (common fi...