1.添加 DO,首先,使用adb 执行命令 : adb shell dpm set-device-owner 包名/广播全路径
2.删除DO 普通的卸载无法卸载掉do app,需remove device admin ,执行命令:adb shell dpm remove-active-admin com.test.full/com.test.full.receivers.MyPolicyReceiver
1.添加 DO,首先,使用adb 执行命令 : adb shell dpm set-device-owner 包名/广播全路径
2.删除DO 普通的卸载无法卸载掉do app,需remove device admin ,执行命令:adb shell dpm remove-active-admin com.test.full/com.test.full.receivers.MyPolicyReceiver