I am working on Android Managament API by Google. I need to disable all possibile access to menu settings except to "Wifi Menu". I am using a Kiosk App.
Now, I disabled the access from the policy but I still am to able to access and navigate in menu system with a simple click on the back arrow button in the left top corner from opening the wifi menu.
is It a google bugs?
My policy is:
"kioskCustomization": {
"statusBar": "NOTIFICATIONS_AND_SYSTEM_INFO_ENABLED",
"deviceSettings": "SETTINGS_ACCESS_BLOCKED",
"systemNavigation": "HOME_BUTTON_ONLY",
"powerButtonActions": "POWER_BUTTON_BLOCKED"
},