Android - How to check the owner of the current device?

Assuming I have a rooted device, I can set the owner of the device using adb:

dpm set-device-owner xxx.package.xxx

      

So - is there any way to check the owner of the current device using adb? Now I need to disable single app mode and go to security settings, which is not suitable for multiple devices.

+3


source to share





All Articles