Код: Выделить всё
if (isHighPerformanceDevice()) {
// run code for devices with high performance
} else if (isMediumPerformanceDevice()) {
// run code for devices with medium performance
} else {
// run code for devices with low performance
}
Код: Выделить всё
if (isHighPerformanceDevice()) {
// run code for devices with high performance
} else {
// run code for devices with low performance
}
Устройства с Android 10 и более поздних версий.
Мобильная версия