I'm trying to check boot loader is unlocked or not. For this I've checked some discussions in online but i didn't get anything related except the below one (I don't know is it correct one or not)
String BootLoader_value = Build.BOOTLOADER;
but this giving string unknown
for every device. Any one know, how to detect boot loader
is unlocked or not