isOn3dRenderDenylist
Returns {@code true} if this device's SoC is on the denylist for 3D map rendering. See {@link #DENYLISTED_SOC_PREFIXES_FOR_3D} for the known-bad list. Callers that gate 3D rendering should treat this as a hard "do not enable 3D" signal regardless of memory / GPU capability.
Build.SOC_MODEL is API 31+; on older devices we cannot detect SoC reliably, so this returns false (allow 3D — better to attempt than deny on older devices that may not be affected).