mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Adjust TvMessageEventType enum to match Java framework
Changing the "Other" value to match the value at frameworks/base/media/java/android/media/tv/TvInputManager.java Bug: 273794209 Test: mmm Change-Id: I88ff78edb7d133c0e5b51be301d8f71dea8e34ae
This commit is contained in:
@@ -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