nisrulz / easydeviceinfo

:iphone: [Android Library] Get device information in a super easy way.
Apache License 2.0
1.77k stars 227 forks source link

```suggestion #39

Closed SHAHZEBali0000 closed 2 years ago

SHAHZEBali0000 commented 2 years ago
            case VERSION_CODES.Q:
                codename = "Android 10";
                break;
            case Build.VERSION_CODES.R:
                codename = "Android 11";

Originally posted by @nisrulz in https://github.com/nisrulz/easydeviceinfo/pull/30#r469895559