Purpose
To ensure NFC remains either permanently enabled or disabled on Wear OS devices, administrators can use the Run Script feature in the SureMDM console to enforce NFC state regardless of user interaction.
Prerequisites
- Access to the SureMDM console
- Wear OS devices enrolled in SureMDM
- Devices supporting NFC functionality
- SureMDM Agent with Run Script capability
Steps
- On the SureMDM Console -> Jobs -> New Job -> select Wear OS
- Click on Run Script -> Enter the Job Name and the following script:
!#suremdm
SetNFCAlwaysOn(true)
- Click on Save
Modify the parameter based on requirement:
- true → NFC is turned ON and remains enabled (user cannot disable it)
- false → NFC is turned OFF
Expected Results
- NFC state is enforced as per the configured value.
- Users cannot override NFC settings when it is forced ON.
- Devices comply with organizational NFC usage policies.
Conclusion
Using Run Script in SureMDM allows administrators to strictly control NFC behavior on Wear OS devices. This ensures consistency, prevents unauthorized changes, and supports use cases where NFC functionality is critical.
Need more help? Here’s how to get help from our experts.
CONTACT US
Was this helpful?
YesNo