Loading core/java/android/app/ActivityManager.java +4 −2 Original line number Diff line number Diff line Loading @@ -959,8 +959,10 @@ public class ActivityManager { * @hide */ static public boolean isHighEndGfx() { return !isLowRamDeviceStatic() && !Resources.getSystem().getBoolean(com.android.internal.R.bool.config_avoidGfxAccel); return !isLowRamDeviceStatic() && !RoSystemProperties.CONFIG_AVOID_GFX_ACCEL && !Resources.getSystem() .getBoolean(com.android.internal.R.bool.config_avoidGfxAccel); } /** Loading core/java/com/android/internal/os/RoSystemProperties.java +2 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,8 @@ public class RoSystemProperties { SystemProperties.get("ro.control_privapp_permissions"); // ------ ro.config.* -------- // public static final boolean CONFIG_AVOID_GFX_ACCEL = SystemProperties.getBoolean("ro.config.avoid_gfx_accel", false); public static final boolean CONFIG_LOW_RAM = SystemProperties.getBoolean("ro.config.low_ram", false); public static final boolean CONFIG_SMALL_BATTERY = Loading Loading
core/java/android/app/ActivityManager.java +4 −2 Original line number Diff line number Diff line Loading @@ -959,8 +959,10 @@ public class ActivityManager { * @hide */ static public boolean isHighEndGfx() { return !isLowRamDeviceStatic() && !Resources.getSystem().getBoolean(com.android.internal.R.bool.config_avoidGfxAccel); return !isLowRamDeviceStatic() && !RoSystemProperties.CONFIG_AVOID_GFX_ACCEL && !Resources.getSystem() .getBoolean(com.android.internal.R.bool.config_avoidGfxAccel); } /** Loading
core/java/com/android/internal/os/RoSystemProperties.java +2 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,8 @@ public class RoSystemProperties { SystemProperties.get("ro.control_privapp_permissions"); // ------ ro.config.* -------- // public static final boolean CONFIG_AVOID_GFX_ACCEL = SystemProperties.getBoolean("ro.config.avoid_gfx_accel", false); public static final boolean CONFIG_LOW_RAM = SystemProperties.getBoolean("ro.config.low_ram", false); public static final boolean CONFIG_SMALL_BATTERY = Loading