英文:
Implement send devices feature from google chrome app in my own android app
问题
让我展示一下这个情景:
我正在寻找关于这个谷歌 Chrome 应用程序的功能("发送到您的设备")的信息,因为在我的应用程序中,我需要以一种简单的方式发送一个链接并在电脑的浏览器中打开它。
我认为这可能是一个意图(intent),但在阅读文档时,我没有找到类似的信息。
我知道一些 Android 的功能现在对非系统应用程序是“受限制的”,但我想问一下,如果有人知道如何请求使用此功能的权限,以防受限制,或者是否有其他实现方式。
提前感谢您的帮助。
英文:
Let me show the scenario:
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.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论