简体   繁体   English

如何为 Gmail 等任何应用程序为每台设备修补托管配置

[英]How to patch managed configuration per device for any app like Gmail

I am using Android Management API to provision and patch devices in the enterprise.我正在使用 Android Management API 来配置和修补企业中的设备。 I can see that there is an API to patch the policy with managed configuration.我可以看到有一个 API 可以使用托管配置修补策略。 But I have a requirement to patch each device uniquely.但是我需要对每个设备进行唯一修补。 I want to patch the Gmail app with a unique exchange id for each device.我想用每个设备的唯一交换 ID 修补 Gmail 应用程序。 I have not been able to find a way to do this with android management API.我一直无法找到一种使用 android 管理 API 执行此操作的方法。 Is there a way to do it.有没有办法做到这一点。 Appreciate any help.感谢任何帮助。 Thanks.谢谢。

You have to create a policy per device containing your exchange ID and apply that policy for one device.您必须为包含您的交换 ID 的每台设备创建一个策略,并将该策略应用于一台设备。 You have to manage all this in your own code.您必须在自己的代码中管理所有这些。 Answer from Google support - https://support.google.com/work/android/thread/117966396/how-to-push-exchange-id-managed-configuration-to-gmail-though-android-management-api?hl=en&msgid=117966396来自 Google 支持的回答 - https://support.google.com/work/android/thread/117966396/how-to-push-exchange-id-managed-configuration-to-gmail-though-android-management-api?hl =en&msgid=117966396

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何像gmail应用程序一样实现动画? - How to achieve animations just like gmail app? 如何创建一个类似GMail.app的菜单 - How to create a GMail.app like menu 如何使用 MDM 在 Android 应用中获取托管配置数据 - How to get managed configuration data in Android App using MDM 如何强制默认字体到应用程序?像Gmail应用程序一样吗? - How to force default font to the app? Like Gmail app doing it? 如何制作类似于 Play 商店和 Gmail 的应用栏 - How to make an app bar like Play store and Gmail 如何在Android的Gmail应用程序中创建多个动作栏 - How to create more than one Actionbar like in Gmail App on Android 如何在 gmail 应用程序等回收站视图中添加乱码样式的项目 - How to add items in a scrambled style in a recyclerview like gmail app 如何创建像Facebook App,Gmail或Ymail这样的后台进程 - How to create a background process like Facebook App, Gmail or Ymail did 如何像在新的GMail应用中一样实现“向下滑动以刷新” - How to implement “Swipe down to refresh” like in new GMail app 如何在edittext(如Gmail应用程序)中设置多个电子邮件? - How to set multiple email in edittext like Gmail app?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM