Skip to content
Vehicle properties
Vehicle informationnot in the public Car API

GENERAL_SAFETY_REGULATION_COMPLIANCE_REQUIREMENT

What it is

EU's General security regulation compliance requirement.

Returns whether general security regulation compliance is required, if so, what type of requirement.

How the ID is built

A property ID is a 32-bit value packing four fields. Reading 0x11400f47 apart:

FieldMaskValueMeans
Group0xf00000000x10000000SYSTEM
Area0x0f0000000x01000000GLOBAL
Type0x00ff00000x00400000INT32
Ordinal0x0000ffff0x00000f470xf47

Reading it from an app

This property is defined in the HAL but is not exposed as a constant in android.car.VehiclePropertyIds, so it is not reachable through CarPropertyManager from an ordinary app. It is used by the platform, or by vendor code running with system privileges.