Android Management API - How to enact a WiFi disabling policy ?
I want a json implementation of a policy that will disable wifi for the device
I want a json implementation of a policy that will disable wifi for the device
What do you mean with "i want"?
I mean you can do it via vendors OEM config app (if available) or if you use an MDM look at it'S settings or look at this documentation: https://developers.google.com/android/management/reference/rest/v1/enterprises.policies?hl=en#deviceconnectivitymanagement
Covers controls for device connectivity such as Wi-Fi, USB data access, keyboard/mouse connections, and more.
{ "usbDataAccess": enum (UsbDataAccess), |
| usbDataAccess | enum (UsbDataAccess) Controls what files and/or data can be transferred via USB. Supported only on company-owned devices. |
| configureWifi | enum (ConfigureWifi) Controls Wi-Fi configuring privileges. Based on the option set, user will have either full or limited or no control in configuring Wi-Fi networks. |
| wifiDirectSettings | enum (WifiDirectSettings) Controls configuring and using Wi-Fi direct settings. Supported on company-owned devices running Android 13 and above. |
| tetheringSettings | enum (TetheringSettings) Controls tethering settings. Based on the value set, the user is partially or fully disallowed from using different forms of tethering. |
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.