问题标签 [google-now]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - how to fix account is not eligible for google now on galaxy note 4 running Android KitKat?
I just bought a new samsung galaxy note 4, I want to to use the google now card, but when I sign in with my account to opt-in to use it, I get a message said: "This account is not eligible for google now". Can you tell me what's wrong with my account? and how can I fix it?
email - Google 即时不会显示有关跟踪的所有信息
我正在向 gmail 发送电子邮件,其中包含我的客户所下订单的跟踪代码。这个想法是 gmail 识别跟踪并在电子邮件消息和 Android 设备上的 Google Now 应用程序中显示信息。
我使用的代码是这样的:
问题是,在 Google Now 中会出现一张卡片,但只有文字“Order sent. Origin: The name of the company”,但没有任何关于跟踪、订单号、项目等的信息。我究竟做错了什么?
先感谢您。
android - Google-Now 式麦克风动画?
我正在创建一个录音应用程序,并想在我的圆形录音按钮周围创建一个类似于 Google Now 中的动画:
http://media.idownloadblog.com/wp-content/uploads/2013/05/Google-Voice-Search-homepage-001.png
有谁知道我该怎么做?
android - How to programmatically force quit (or temporarily disable) Google App
Is there a way to force-quit Google App (AKA Google Search
) from my app?
If so, how to do that?
css - 如何仅使用 css/html 获取动态 Google Now 样式卡片
这里的第一个问题。我正在尝试让 google now 卡片保持其宽度、相对于其他卡片的垂直位置以及相对于其内容的大小。像这样当窗口调整到足够小的时候压缩到一列。
我有这个,直到你有第三张卡,或者直到第二张卡的内容比第一张卡更多。
这在很大程度上有效,但卡片的高度由下一列中的卡片决定,这很接近,但我希望卡片由其上方的高度决定。
有什么想法吗?该网站显然有更多内容,但这是我目前正在努力解决的主要问题。
java - 自定义 Google Now 命令
如何拦截 Google Now 语音命令?
例如,我希望我的应用说 Google Now“如果查询包含 xy,请向我发送一个意图”。我怎样才能做到这一点?
我发现了这个(https://developer.android.com/guide/components/intents-common.html#Now),但它不是很有帮助。
android - 触发心率检查的语音命令列表
创建具有vnd.google.fitness.VIEW
动作和vnd.google.fitness.data_type/com.google.heart_rate.bpm
哑剧类型的意图的所有现有语音命令的列表是什么?
该文档仅显示其中两个:
- “好的谷歌,我的心率是多少?”
- “好的谷歌,我的 bpm 是多少?”
但我发现了更多,例如:
- “好的谷歌,检查我的脉搏。”
html - 无法通过电子邮件触发 Google Now 卡片
我已经按照这里的教程进行操作:https ://developers.google.com/schemas/tutorials/google-now-cards ,我现在无法在我的谷歌中显示活动卡片。我注意到我昨天使用此链接http://gmail-actions.appspot.com/发送的一些测试电子邮件(如教程所建议)已正确显示 Gmail 中的“修改预订”按钮,但看起来像这样不会立即出现。我想知道谷歌是否正在后端进行一些处理,这需要一些时间才能传播到我的收件箱中。我还想知道如果您至少在未来一天安排某事,Google Now Cards 是否才有效。
有没有人让这个工作?如果是这样,是否有任何从 Google 教程中不明显的“陷阱”?任何帮助,将不胜感激。
google-now - 谷歌现在没有显示活动注册卡
我可以在电子邮件中看到该事件,但在 Google Now 应用中看不到。我正在从 Google App Script 触发电子邮件。该标记已通过 Google 的标记测试人员验证并且有效。下面是 JSON-LD 格式:
java - 点击按钮启动 Google Now
我已经在 Google 和 Internet 上搜索了有关如何执行此操作的信息,但我找不到任何东西。
有人知道是否可以通过单击我的 Android 应用程序中的按钮来启动 Google Now?
我知道如何使用包管理器启动普通应用程序,但我似乎不知道如何启动它。