aboutsummaryrefslogtreecommitdiff
path: root/common/src/com/android/tv/common/flags/UiFlags.java
diff options
context:
space:
mode:
Diffstat (limited to 'common/src/com/android/tv/common/flags/UiFlags.java')
-rwxr-xr-xcommon/src/com/android/tv/common/flags/UiFlags.java6
1 files changed, 5 insertions, 1 deletions
diff --git a/common/src/com/android/tv/common/flags/UiFlags.java b/common/src/com/android/tv/common/flags/UiFlags.java
index 2778d272..3babc347 100755
--- a/common/src/com/android/tv/common/flags/UiFlags.java
+++ b/common/src/com/android/tv/common/flags/UiFlags.java
@@ -37,7 +37,11 @@ public interface UiFlags {
*/
long maxHistoryDays();
- /** The URL in playstore to send the user to when they select <emp>get more channels</emp>. */
+ /**
+ * The URL in playstore to send the user to when they select <emp>get more channels</emp>.
+ *
+ * <p>If the value is empty then the <emp>get more channels</emp> action is not shown.
+ */
String moreChannelsUrl();
/** Unhide the launcher all the time */