aboutsummaryrefslogtreecommitdiff
path: root/src/com/android/tv/config/RemoteConfig.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/tv/config/RemoteConfig.java')
-rw-r--r--src/com/android/tv/config/RemoteConfig.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/com/android/tv/config/RemoteConfig.java b/src/com/android/tv/config/RemoteConfig.java
index 0f7d2c53..f7ae87e7 100644
--- a/src/com/android/tv/config/RemoteConfig.java
+++ b/src/com/android/tv/config/RemoteConfig.java
@@ -45,4 +45,7 @@ public interface RemoteConfig {
* Gets value as a boolean corresponding to the specified key.
*/
boolean getBoolean(String key);
+
+ /** Gets value as a long corresponding to the specified key. */
+ long getLong(String key);
}