I have been trying to get device owner, inspired by google sample code
Using adb, I am able to get device owner on nexus 4,5,7,9 and micromax. However in LG G Pad (LG-V400) and LG G3 (LG G3 855) I get an error.
java.lang.SecurityException: Neither user 2000 nor current process has android.permission.BIND_DEVICE_ADMIN.
I noticed that the device admin is enabled on these devices, but not the device owner. I was able to capture the bug report from the device found here.
I have tried contacting LG but havent heard back anything.
Any help is greatly appreciated.