Call requires API level 14 (current min is 10):

后端 未结 6 1109
感动是毒
感动是毒 2021-01-06 08:53

How can I solve this error ? I do not understand the reason behind this error ?

code

devicePolicyManager.setCameraDisabled(demoDeviceAdmin, false);         


        
6条回答
  •  独厮守ぢ
    2021-01-06 09:28

    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.

提交回复
热议问题