mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Adjust TvMessageEventType enum to match Java framework" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
22b4a394bf
@@ -36,5 +36,5 @@ package android.hardware.tv.input;
|
||||
enum TvMessageEventType {
|
||||
WATERMARK = 1,
|
||||
CLOSED_CAPTION = 2,
|
||||
OTHER = 3,
|
||||
OTHER = 1000,
|
||||
}
|
||||
|
||||
@@ -21,5 +21,5 @@ package android.hardware.tv.input;
|
||||
enum TvMessageEventType {
|
||||
WATERMARK = 1,
|
||||
CLOSED_CAPTION = 2,
|
||||
OTHER = 3,
|
||||
OTHER = 1000,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user