aboutsummaryrefslogtreecommitdiff
path: root/src/com/android/tv/livetv/receiver/GlobalKeyReceiver.java
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2018-08-06 16:51:26 -0700
committerXin Li <delphij@google.com>2018-08-06 16:51:26 -0700
commitaca265722281fe082995a71fd35401f766afac3e (patch)
tree28eac0d8752df3b094f50103a9ebb6d6340f4cc8 /src/com/android/tv/livetv/receiver/GlobalKeyReceiver.java
parent5fdc24aa6cc0acfd6a2d5939862e6edbe14f1ef6 (diff)
parentc56e1892201e0b31f3043e37a32d779b4055cb34 (diff)
downloadTV-aca265722281fe082995a71fd35401f766afac3e.tar.gz
Bug: 112104996 Change-Id: Iec32f622f0bb1bc1583aefcbf6d115ad05baa693
Diffstat (limited to 'src/com/android/tv/livetv/receiver/GlobalKeyReceiver.java')
-rw-r--r--src/com/android/tv/livetv/receiver/GlobalKeyReceiver.java27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/com/android/tv/livetv/receiver/GlobalKeyReceiver.java b/src/com/android/tv/livetv/receiver/GlobalKeyReceiver.java
new file mode 100644
index 00000000..80ea72f4
--- /dev/null
+++ b/src/com/android/tv/livetv/receiver/GlobalKeyReceiver.java
@@ -0,0 +1,27 @@
+/*
+ * Copyright (C) 2018 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.android.tv.livetv.receiver;
+
+import com.android.tv.receiver.AbstractGlobalKeyReceiver;
+
+/**
+ * Global Key Receiver for LiveTv.
+ *
+ * <p>This is an exported receiver and the name can not change.
+ * Partners that modify LiveTv source should rename this class.
+ */
+public final class GlobalKeyReceiver extends AbstractGlobalKeyReceiver {}