1)我不知道我是否需要root设备才能在android中使用设备管理应用程序?
2)在每个模拟器中解锁BootLoader
,那么我可以锁定模拟器的BootLoader
吗?
答案 0 :(得分:1)
您不需要设备根目录,以便您的应用使用设备管理API。
要使用设备管理API,应用程序的清单必须包含以下内容:
1. A subclass of DeviceAdminReceiver that includes the following:
- The BIND_DEVICE_ADMIN permission.
- The ability to respond to the ACTION_DEVICE_ADMIN_ENABLED intent, expressed in the manifest as an intent filter.
2. A declaration of security policies used in metadata.