summaryrefslogtreecommitdiffstats
path: root/overlay/frameworks/base/core/res/res/xml/global_keys.xml
diff options
context:
space:
mode:
Diffstat (limited to 'overlay/frameworks/base/core/res/res/xml/global_keys.xml')
-rw-r--r--overlay/frameworks/base/core/res/res/xml/global_keys.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/overlay/frameworks/base/core/res/res/xml/global_keys.xml b/overlay/frameworks/base/core/res/res/xml/global_keys.xml
index 0e761ef..f6142dc 100644
--- a/overlay/frameworks/base/core/res/res/xml/global_keys.xml
+++ b/overlay/frameworks/base/core/res/res/xml/global_keys.xml
@@ -28,8 +28,9 @@
<global_keys version="1">
<!-- Example format: id = keycode to handle globally. component = component which will handle
this key. -->
+ <key keyCode="KEYCODE_GUIDE" component="com.google.android.tv/.receiver.GlobalKeyReceiver" />
<key keyCode="KEYCODE_TV" component="com.google.android.tv/.receiver.GlobalKeyReceiver" />
<key keyCode="KEYCODE_TV_INPUT" component="com.google.android.tv/.receiver.GlobalKeyReceiver" />
- <!-- OEMs might want to add more custom global key handlings for TV specific key codes such as
- KEYCODE_TVGUIDE and KEYCODE_DVR. -->
+
+ <!-- OEMs might want to add more custom global key handlings for TV specific key codes. -->
</global_keys>