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

Commit 68f5aa2e authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Clarify comment for DEVICE_PRIVATE_BASE" into main

parents 28822c80 825b06e4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -718,8 +718,8 @@ enum SensorType {
    HEADING = 42,

    /**
     * Base for device manufacturers private sensor types.
     * These sensor types can't be exposed in the SDK.
     * Base of the range reserved for device manufacturers' private sensor
     * types. These sensor types aren't documented in the SDK.
     */
    DEVICE_PRIVATE_BASE = 0x10000,
}