English 中文(简体)
Android MDMs如何管理应用程序、电子邮件账户和VPN?
原标题:How do Android MDMs manage application, email accounts and VPN?

我在Android、iOS和Windows电话内部研究MDM选项。苹果公司提供其API系统供MDM应用程序使用,其中包括提供电子邮件账户、 vpn 设置和用户安装的应用控制。

Android也有同样的东西可以使用吗? 我有网站告诉我 Android MDMs可以管理应用程序的分发, 并进行黑名单, 以及分发电子邮件账户和 vpn 设置, 但我能找到的唯一的配置 API 处理简单的政策, 如密码长度等 。

See Boxtone an example of an Android MDM claiming application blacklist: http://boxtone.com/android-management.aspx

如果没有单价单,这怎么可能呢?

最佳回答

设置在设置期间在服务器上设置物理住所的设备 。 例如, 您为某个组创建默认用户配置, 包含一定的电子邮件账户、 vpn 、 应用程序等 。 当设置设备时, 您会将这些设置推到设备中 。 设置可以被锁定( admin 有 pin 访问权限), 或者让用户打开, 以便修改 。 例如, 使用 4 位数 的 pin I 可以进去, 并添加另一个电子邮件账户, 禁用区域等 。 没有该输入, 用户可以通过配置获得给他的东西 。 目前我还没有使用 boxtone 。

许多这些 API s 苹果都可以用于跟踪从没有应用程序发送到断裂处的跟踪目的。 例如,我目前正在通过一个用于空中观察的 IOS API 系统,它允许我编码用于记录和发送到服务器的信息的区域。 它提供了服务器用于诊断一系列问题的应用程序信息 。

本文将进一步阅读由机器人提供的机器人企业MDM。 (请注意,绝大多数企业都以IOS为基地)除非你再看看BYOD。 我曾经遇到过在特定和机器人装置上执行MDM的问题(这是许多不同装置倒塌的一部分 ) 。

http:// developmenter.android.com/guide/topics/admin/device-admin.html

问题回答

暂无回答




相关问题
Android - ListView fling gesture triggers context menu

I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...

AsyncTask and error handling on Android

I m converting my code from using Handler to AsyncTask. The latter is great at what it does - asynchronous updates and handling of results in the main UI thread. What s unclear to me is how to handle ...

Android intent filter for a particular file extension?

I want to be able to download a file with a particular extension from the net, and have it passed to my application to deal with it, but I haven t been able to figure out the intent filter. The ...

Android & Web: What is the equivalent style for the web?

I am quite impressed by the workflow I follow when developing Android applications: Define a layout in an xml file and then write all the code in a code-behind style. Is there an equivalent style for ...

TiledLayer equivalent in Android [duplicate]

To draw landscapes, backgrounds with patterns etc, we used TiledLayer in J2ME. Is there an android counterpart for that. Does android provide an option to set such tiled patterns in the layout XML?

Using Repo with Msysgit

When following the Android Open Source Project instructions on installing repo for use with Git, after running the repo init command, I run into this error: /c/Users/Andrew Rabon/bin/repo: line ...

Android "single top" launch mode and onNewIntent method

I read in the Android documentation that by setting my Activity s launchMode property to singleTop OR by adding the FLAG_ACTIVITY_SINGLE_TOP flag to my Intent, that calling startActivity(intent) would ...

From Web Development to Android Development

I have pretty good skills in PHP , Mysql and Javascript for a junior developer. If I wanted to try my hand as Android Development do you think I might find it tough ? Also what new languages would I ...

热门标签