From ca8393c352368485bcb8b277004fdb0c6cb572c6 Mon Sep 17 00:00:00 2001
From: tzh <tanzhtanzh@gmail.com>
Date: Fri, 23 Aug 2024 05:40:03 +0000
Subject: [PATCH] feat(ir): add allwinner ir func and hal

---
 android/frameworks/native/include/android/keycodes.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/android/frameworks/native/include/android/keycodes.h b/android/frameworks/native/include/android/keycodes.h
old mode 100644
new mode 100755
index 2233af1..0223229
--- a/android/frameworks/native/include/android/keycodes.h
+++ b/android/frameworks/native/include/android/keycodes.h
@@ -777,6 +777,7 @@
     /** Used to switch current account that is consuming content.
      * May be consumed by system to switch current viewer profile. */
     AKEYCODE_PROFILE_SWITCH = 288,
+    AKEYCODE_APP_VIDEO = 289,
     /* add some new keys for TVD */
     AKEYCODE_TV_SYSTEM       = 10000,
     AKEYCODE_GOTO            = 10001,

--
Gitblit v1.6.2