利用和补充 Android 的企业功能
Utilize and complement Android's enterprise features
正如 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.
还有这里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.
但是这组网页并没有提供详细的步骤解释什么是ENTERPRISE PROFILE CONFIGURATION和HOW TO USE IT?
假设我需要安装几个企业应用程序并防止它们通过 enterprose 配置文件被卸载。
可以吗?
经过 3 小时的调查,我发现只有一种轻松优雅的方式来实现我的目标。
CUSTOM ANDROID LAUNCHER DEVELOPMENT
This custom launcher could contains
- One screen only with predefined icons.
- No icons to see all apps or settings.
- 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).
因此,雇主可以使用这款预配置的智能手机,并根据他们的工作任务做他们必须做的事情,同时受到启动器可能性的限制。而且他们根本无法卸载它。
正如 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.
还有这里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.
但是这组网页并没有提供详细的步骤解释什么是ENTERPRISE PROFILE CONFIGURATION和HOW TO USE IT?
假设我需要安装几个企业应用程序并防止它们通过 enterprose 配置文件被卸载。
可以吗?
经过 3 小时的调查,我发现只有一种轻松优雅的方式来实现我的目标。
CUSTOM ANDROID LAUNCHER DEVELOPMENT
This custom launcher could contains
- One screen only with predefined icons.
- No icons to see all apps or settings.
- 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).
因此,雇主可以使用这款预配置的智能手机,并根据他们的工作任务做他们必须做的事情,同时受到启动器可能性的限制。而且他们根本无法卸载它。