简体   繁体   English

利用和补充Android的企业功能

[英]Utilize and complement Android's enterprise features

As Google says here https://developer.android.com/work/guide.html 正如Google在这里所说的https://developer.android.com/work/guide.html

As an Android developer, you can deploy devices and apps to employees and keep your corporate data secure. 作为Android开发人员,您可以向员工部署设备和应用程序,并确保公司数据的安全。

And also here https://developer.android.com/work/index.html 还有这里https://developer.android.com/work/index.html

Android in the Enterprise Develop apps for the enterprise that take advantage of the security and management features built into Android. 企业中的Android为企业开发应用程序,以利用Android内置的安全性和管理功能。

But this set of webpages does not provide detailed step by step explanation whaht is ENTERPRISE PROFILE CONFIGURATION and HOW TO USE IT ? 但是这组网页没有提供详细的逐步说明,这是企业配置文件的配置以及如何使用它

Let's say I need to install couple of enterprise applications and prevent them to be uninstalled via enterprose profile for instance. 假设我需要安装几个企业应用程序,并防止例如通过enterprose配置文件将其卸载。

Is it possible to do? 有可能吗?

After 3 hours of investigation I found only one light and elegant way to archive my goal. 经过3个小时的调查,我发现只有一种轻松优雅的方法可以归档我的目标。

CUSTOM ANDROID LAUNCHER DEVELOPMENT 自定义Android发射器开发

This custom launcher could contains 此自定义启动器可能包含

  1. One screen only with predefined icons. 一屏仅带有预定义的图标。
  2. No icons to see all apps or settings. 没有图标可查看所有应用程序或设置。
  3. Button to add/remove apps to main screen which is protected by internal launcher password (Only admin knows password or it can be server-side AUTH). 用于将应用添加/删除到主屏幕的按钮,该应用受内部启动器密码保护(只有管理员知道密码,或者可以是服务器端的AUTH)。

So employers take this preconfigured smartphone and do what they must according their work task while are restricted by launcher possibilities. 因此,雇主会使用此预配置的智能手机,并根据工作任务来做他们必须做的事情,同时又受到发射器功能的限制。 Also they cannot uninstall it at all. 而且他们根本无法卸载它。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM