if(Build.VERSION.SDK_INT >= Build.VERSION_CODES.N){...do something..}
unable to find N.how to check build version greater than android N
if(Build.VERSION.SDK_INT >= Build.VERSION_CODES.N){
// perform Opertaion
}
This Must Work. Enjoy.
if(Build.VERSION.SDK_INT >= 24){...do something..}
maybe this works
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With