How To Enable Lint Error In Android Studio For Message "call Requires Api Level 21 (current Min Is 16)"?
I have a method called setImageTintList() that requires min API to be 21. But, if I set my min API …
Read more
How To Enable Lint Error In Android Studio For Message "call Requires Api Level 21 (current Min Is 16)"?