I disabled the camera of a Samsung S20 in android 12 through the method
DevicePolicyManager.setCameraDisabled(ComponentName admin, boolean disabled).
I want to disable NFC using policies found in DevicePolicyManager, but i have yet to find a method for disabling NFC. Does anyone know if there even exists a method to do this? Is there another way to enforce a toggle/disable NFC through policies?