aboutsummaryrefslogtreecommitdiff
path: root/common/src/com/android/tv/common/SharedPreferencesUtils.java
diff options
context:
space:
mode:
Diffstat (limited to 'common/src/com/android/tv/common/SharedPreferencesUtils.java')
-rw-r--r--common/src/com/android/tv/common/SharedPreferencesUtils.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/src/com/android/tv/common/SharedPreferencesUtils.java b/common/src/com/android/tv/common/SharedPreferencesUtils.java
index fb3d9b56..1b929d3b 100644
--- a/common/src/com/android/tv/common/SharedPreferencesUtils.java
+++ b/common/src/com/android/tv/common/SharedPreferencesUtils.java
@@ -35,6 +35,7 @@ public final class SharedPreferencesUtils {
public static final String SHARED_PREF_RECURRING_RUNNER = "sharedPreferencesRecurringRunner";
public static final String SHARED_PREF_EPG = "epg_preferences";
public static final String SHARED_PREF_SERIES_RECORDINGS = "seriesRecordings";
+ public static final String SHARED_PREF_CHANNEL_LOGO_URIS = "channelLogoUris";
private static boolean sInitializeCalled;