简体   繁体   English

Android Management API - Managed Play Store 中如何使用集合?

[英]How are collections used in the Android Management API - Managed Play Store?

Within the Android Management API - Managed Play Store, there are collections which can contain specific applications.在 Android Management API - Managed Play Store 中,有一些集合可以包含特定的应用程序。 How are these collections supposed to be used?这些集合应该如何使用? I felt like the documentation was lacking in this area.我觉得这方面缺少文档。 I am trying to figure out how these collections work in comparison to putting applications into a policy.与将应用程序放入策略相比,我试图弄清楚这些集合是如何工作的。 With a managed device, is it expected that these collections show up in the device's Play Store?对于托管设备,这些收藏是否会出现在设备的 Play 商店中?

The Organize apps page lets IT admins organize apps into collections (also called clusters). 组织应用程序页面可让 IT 管理员将应用程序组织成集合(也称为集群)。 For example, an IT admin can create an Essentials collection for frequently used apps or an Expenses collection for apps related to tracking expenses, logging travel, etc. Collections are displayed in the Play Store homepage on user's devices.例如,IT 管理员可以为常用应用程序创建 Essentials 集合,或为与跟踪费用、记录旅行等相关的应用程序创建费用集合。集合显示在用户设备上的 Play 商店主页中。

On user's devices, the Play Store app only displays apps from a collection that are available for the user (or device), which means that if an app is not included in your policy, it will not appear on the user's device在用户的设备上,Play 商店应用仅显示可供用户(或设备)使用的集合中的应用,这意味着如果某个应用未包含在您的策略中,它将不会出现在用户的设备上

To integrate IFrame into your console please check this (documentation)[https://developers.google.com/android/management/apps#add_the_iframe_to_your_console]要将 IFrame 集成到您的控制台中,请查看此(文档)[https://developers.google.com/android/management/apps#add_the_iframe_to_your_console]

I try to explain it better:我试着更好地解释它:

Firstly, set your playstoremode to WHITELIST首先,将您的 playstoremode 设置为 WHITELIST

Then, in your policy include all the apps as AVAILABLE or FORCE_INSTALLED which you selected in your cluster (collections)然后,在您的策略中包括您在集群(集合)中选择的所有应用程序作为 AVAILABLE 或 FORCE_INSTALLED

暂无
暂无

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

相关问题 (Android 企业政策 - 如何允许 gmail.com 或任何其他 Z0C83F57C786A0B4A39EFAB23Z371 被使用在 Play 商店中) - Android enterprise policy - how to allow gmail.com or any other email account to be used in play store (which is managed)? 企业应用程序的托管配置(Android 管理 API) - Managed Configurations for an enterprise app (Android Management API) Android 企业策略 - 如何在白名单模式下使用托管 Play 商店和大量应用程序? - Android enterprise policy - how to use managed play store in Whitelist mode with big number of apps? 后台服务未在 Android 管理 API 中的完全托管设备上运行 - Background service not running on a fully managed device in Android Management API 从 Play 商店中的不同帐户安装应用程序未被 Android 管理 API 阻止 - App installs from different account in Play Store not being blocked by Android Management API 在活动设备上使用 Android 管理 API 的完全托管注册 - Fully managed enrollment with Android Management API on active device Android 管理 API 从受管设备的工作配置文件中卸载应用程序 - Android Management API uninstall app from work profile of managed device 在完全管理模式下启用快速设置 - Android 管理 API - Enable quick settings in fully managed mode - Android Management API 如何使用 Android 管理 API 在不同客户的多个 Play 商店中管理多个私人应用程序? - How to Manage Multiple Private Apps on Multiple play store of different customers using Android Management Apis? 如何在 Google Play 上发布私人应用程序,无论是否使用 Android 管理 API? - How do I publish private app on Google play with or without Android Management API?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM