Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f2202358 authored by Eva Chen's avatar Eva Chen Committed by Android (Google) Code Review
Browse files

Merge "Add explanatory note to ADAS properties."

parents 4e285adc 370f10e3
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -3524,10 +3524,17 @@ enum VehicleProperty {
    VEHICLE_IN_USE =
            0x0F4A + VehiclePropertyGroup.SYSTEM + VehicleArea.GLOBAL + VehiclePropertyType.BOOLEAN,

    /***************************************************************************
    /***********************************************************************************************
     * Start of ADAS Properties
     *
     * Android is not a safety critical system and is provided as is without any timing guarantees,
     * representations or warranties. OEMs implementing these properties, and clients using these
     * properties should ensure they complete any necessary safety reviews, in accordance with
     * industry standards, to ensure the use of these APIs do not negatively impact driver safety.
     * Use of any Google APIs will be at the OEM's sole risk.
     *
     * Allocate IDs in range of 0x1000 (inclusive) to 0x1100 (exclusive) for ADAS properties
     **************************************************************************/
     **********************************************************************************************/

    /**
     * Enable or disable automatic emergency braking (AEB).