ActivityManagerCompat
public
final
class
ActivityManagerCompat
extends Object
java.lang.Object
|
↳ |
androidx.core.app.ActivityManagerCompat
|
Helper for accessing features in ActivityManager
in a backwards compatible
fashion.
Summary
Inherited methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public methods
isLowRamDevice
public static boolean isLowRamDevice (ActivityManager activityManager)
Returns true if this is a low-RAM device. Exactly whether a device is low-RAM
is ultimately up to the device configuration, but currently it generally means
something in the class of a 512MB device with about a 800x480 or less screen.
This is mostly intended to be used by apps to determine whether they should turn
off certain features that require more RAM.
Parameters |
activityManager |
ActivityManager |