在我的Android应用中实现从Google Chrome应用发送设备功能。

huangapple go评论72阅读模式
英文:

Implement send devices feature from google chrome app in my own android app

问题

让我展示一下这个情景:

在我的Android应用中实现从Google Chrome应用发送设备功能。

在我的Android应用中实现从Google Chrome应用发送设备功能。

我正在寻找关于这个谷歌 Chrome 应用程序的功能("发送到您的设备")的信息,因为在我的应用程序中,我需要以一种简单的方式发送一个链接并在电脑的浏览器中打开它。

我认为这可能是一个意图(intent),但在阅读文档时,我没有找到类似的信息。

我知道一些 Android 的功能现在对非系统应用程序是“受限制的”,但我想问一下,如果有人知道如何请求使用此功能的权限,以防受限制,或者是否有其他实现方式。

提前感谢您的帮助。

英文:

Let me show the scenario:

在我的Android应用中实现从Google Chrome应用发送设备功能。

在我的Android应用中实现从Google Chrome应用发送设备功能。

I was looking for information about this google chrome app's feature ("send to your devices") because on my own app I need to send a link and open it in pc's browser in a easy way.

I thought it was an intent but reading documentation, I didn't find any similar info about it.

I know that some android's features are now "restricted" for non-system apps, but I'd like to ask if someone here know how to request permission to use this feature, in case is restricted, or maybe if there are other way to implement it.

Thanks in advance.

答案1

得分: 0

这是翻译好的部分:

如果有其他人在寻找这个信息,我必须说我已经得到了答案。

这不是一个安卓功能,而是一个Google云平台功能。

您需要激活Chrome管理API,然后按照文档操作。

英文:

In case, there are any other guy looking for this information, I have to say that I got the answer.

It's not an android feature, is a Google Cloud Platform feature.

You have to activate Chrome Management API, and then follow the documentation.

huangapple
  • 本文由 发表于 2023年5月11日 06:36:18
  • 转载请务必保留本文链接:https://go.coder-hub.com/76222998.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定