How can I solve this error ? I do not understand the reason behind this error ?
code
devicePolicyManager.setCameraDisabled(demoDeviceAdmin, false);
You need to set your target version above API level 14. Right click your project. Select properties. Go to Android. Select version above API level 14.