如何在Android TV上自定义推荐行

When you fire up Android TV, the first thing you see is a list of movies and shows the system thinks you’ll like. It’s often full of the latest flicks or hottest news, but sometimes it could just be things relevant to your interests and the apps you have installed. The thing is, you can actually optimize this row to show suggestions only from the apps you want.

启动Android TV时,首先看到的是电影列表,并显示了系统认为您喜欢的电影。 它通常充满了最新消息或最新消息,但有时可能只是与您的兴趣和已安装的应用有关的事情。 事实是,您实际上可以优化此行以显示您想要的应用程序中的建议。

The entire point of the recommendations row is, of course, to get you to engage with the applications that are currently installed on your system, some of which you may never otherwise open. By default, any applications that work with the recommendations row—mostly TV, movie, or music based apps—will be enabled as soon as they’re installed.

当然,建议行的全部目的是让您使用系统上当前安装的应用程序,而您可能永远无法打开其中的某些应用程序。 默认情况下,与推荐行配合使用的所有应用程序(主要是基于电视,电影或音乐的应用程序)都将在安装后立即启用。

But what if you don’t want Crackle to show up with every new movie that you’ve already seen? Or maybe you never use Play Movies, and couldn’t care less what’s hot on the service right now? Hell, maybe you just don’t care about YouTube’s suggestions (which I find to be trash most of the time). Cool—you can disable them.

但是,如果您不希望Crackle出现在您已经看过的每部新电影中怎么办? 或者,也许您从未使用过Play电影,并且不在乎现在该服务上有什么热门功能? 天哪,也许您只是不在乎YouTube的建议(我发现大部分时间都是垃圾)。 很酷-您可以禁用它们。

With your Android TV fired up and on the main screen, scroll down to the very bottom row and click on the gear icon. This will take you into the Settings menu.

启动Android TV,并在主屏幕上,向下滚动至最底行,然后单击齿轮图标。 这将带您进入“设置”菜单。

From there, scroll down to the “Home Screen” entry and click into it.

从那里,向下滚动到“主屏幕”条目,然后单击它。

The first option here is “Recommendations Row,” which is exactly what you’re looking for. If you already have any content hidden, it will display that here as well.

这里的第一个选项是“ Recommendations Row”,这正是您要查找的内容。 如果您已经隐藏了任何内容,它也会在此处显示该内容。

At this point, just scroll through the list and toggle off any app that you don’t want to show up in the list. Enjoy your new, cleaner home screen experience.

此时,只需滚动列表,然后关闭所有不想在列表中显示的应用即可。 享受新的,更干净的主屏幕体验。

If you ever decide you’re ready to invite any of these once intrusive apps back into the recommendations row, just jump back into this menu and re-enable it.

如果您决定准备将这些曾经是侵入性应用程序中的任何一个邀请回到推荐行,只需跳回到该菜单并重新启用它即可。

翻译自: https://www.howtogeek.com/331877/how-to-customize-the-recommendations-row-on-android-tv/

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/279621.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

递归 段错误 习题

段错误 递归里面算阶乘 f(10000000)没有输出,使用gdb 显示 SIGSEGV--段错误编译后产生的可执行文件里面保存着什么?UNIX/Linux 用 ELFDOS下用COFFWindows用PE(COFF扩充而得)段(segmentation)二进制文件内的…

你知道你常用的dos和linux命令吗?

功能 Linux MS-DOS 进入到该目录 cd cd 列举文件 ls dir 创建目录 mkdir mkdir 清除屏幕 clear cls 复制文件 cp copy 移动文件 mv move 删除文件 rm del 查看文件 less more 文件重命名 mv ren 比较文件内容 diff fc 查看当前路径 pwd chd…

steam串流到手机_如何从手机将Steam游戏下载到PC

steam串流到手机Steam allows you to remotely install games from your smartphone, just like you can with a PlayStation 4 or Xbox One. You can download games to your gaming PC from anywhere, ensuring those big downloads are complete and the game is ready to p…

编写安装配置ftp-samba服务脚本

本脚本实例的要求如下: 1、公司有公共共享目录public,所有员工均可读写,但不允许删除其他员工的文件;不能匿名登录 2、每部门均有共享目录,部门经理可读写,部门员工可读; 非本部门员工不能访问(caiwu、rens…

利用java实现excel转pdf文件

在有些需求当中我们需要抓取字段并且填充到excel表格里面,最后将excel表格转换成pdf格式进行输出,我第一次接触这个需求时,碰到几个比较棘手的问题,现在一一列出并且提供解决方案。 1:excel转pdf出现乱码: …

Jmeter HTTP请求后响应数据显示乱码解决方法

Jmeter请求后结果树里无论是text还是html响应数据显示乱码,这是因为jmeter 编码格式配置文件默认不开启导致的,解决方法如下: 1)进入jmeter-***\bin目录下,找到jmeter.properties文件,以文本文件形式打开 2…

禁用windows10更新_如何在Windows 10中禁用投影

禁用windows10更新The drop shadows on applications in the Windows 10 preview are really big and suspiciously similar to the ones in OS X, and if they aren’t your speed, you can easily remove them. We actually think they look good, but since somebody out th…

如何访问 Service?- 每天5分钟玩转 Docker 容器技术(99)

前面我们已经学习了如何部署 service,也验证了 swarm 的 failover 特性。不过截止到现在,有一个重要问题还没有涉及:如何访问 service?这就是本节要讨论的问题。 为了便于分析,我们重新部署 web_server。 ① docker se…

sqlyog下载

sqlyog下载(附注册码):http://www.onlinedown.net/soft/24926.htm转载于:https://www.cnblogs.com/shujuxiong/p/9474496.html

Linux配置手册(二)配置DHCP服务器

1.检查是否安装DHCP服务器软件 2.挂在RHEL5系统光盘 3.安装DHCP服务软件 4.将模板配置文件复制并覆盖现在的配置文件 5.配置修改dhcpd.conf文件 配置信息 默认租约时间 default-lease-time 最大租约时间 max-lease-time 局域网内所有主机的域名 option domain-name 客户机所使用…

什么是Google Play保护以及如何确保Android安全?

Android is open, flexible, and all about choice. Unfortunately, that flexibility comes more potential security issues. The good news is that Google has a system in place named Play Protect that helps keep Android secure. Android开放,灵活且具有多…

如何使计算机为您读取文档

Since the beginning of the computer age, people have always enjoyed making computers talk to them. These days, that functionality is built right into Windows and you can easily use it to have your PC read documents to you. 自计算机时代开始以来,人…

面试中常问的List去重问题,你都答对了吗?

2019独角兽企业重金招聘Python工程师标准>>> 面试中经常被问到的list如何去重,用来考察你对list数据结构,以及相关方法的掌握,体现你的java基础学的是否牢固。 我们大家都知道,set集合的特点就是没有重复的元素。如果集…

Coolite Toolkit学习笔记五:常用控件Menu和MenuPanel

Coolite Toolkit里的Menu控件和其他的.NET Web控件不一样,如果只是设计好了Menu或是通过程序初始化菜单项,菜单是不会呈现在界面上的,因为Coolite Toolkit规定Menu控件需要一个容器来做依托,而这个让Menu依托的控件就是MenuPanel&…

刚接触git,提交文件时,遇到no changes added to commit

第一次用git 在提交(git commit -m add 文件名)的时候,遇到了一个no changes added to commit,大体意思是没有将改变的东西提交成功,查了很多博客,才解决这个问题,然后自己也做一下笔记&#…

CSS中!important的使用

本篇文章使用最新的IE10以及firefox与chrome测试(截止2013年5月27日22:23:22)http://www.cnblogs.com/yudy/archive/2013/05/27/3102825.html CSS的原理: 我们知道,CSS写在不同的地方有不同的优先级, .css文件中的定义…

windows命令提示符_如何个性化Windows命令提示符

windows命令提示符Command line interfaces can be downright boring and always seem to miss out on the fresh coats of paint liberally applied to the rest of Windows. Here’s how to add a splash of color to Command Prompt and make it unique. 命令行界面可能非常…

android-api28转换到api19-不能编译

安装出现错误- rootponkan:/ # pm install /mnt/usb/sda1/app-debug.apkpkg: /mnt/usb/sda1/app-debug.apk Failure [INSTALL_FAILED_OLDER_SDK]查看系统和api版本 rootponkan:/ # getprop ro.build.version.release 5.1.1 rootponkan:/ # getprop ro.build.version.sdk 22将ap…

Java多线程编程 — 锁优化

2019独角兽企业重金招聘Python工程师标准>>> 阅读目录 一、尽量不要锁住方法 二、缩小同步代码块,只锁数据 三、锁中尽量不要再包含锁 四、将锁私有化,在内部管理锁 五、进行适当的锁分解 正文 并发环境下进行编程时,需要使用锁机…

Android Ap 开发 设计模式第六篇:原型模式

Prototype Pattern 名称由来 不是利用类来产生实例对象,而是从一个对象实例产生出另一个新的对象实例 ,根据被视为原型的对象实例 ,建立起的另一个新的对象实例就称为原型模式(Ptototype Pattern)。 需求场景 种类过多…