We have a bunch of Android tablets that are at 10 minutes for screen timeout. The max the OS allows is 30 minutes. I recently came across Android Settings Manager and have pushed it to a test device I have. We are using a lockdown screen and I would like to avoid any user interaction if possible. Is there a way for me to push Settings Manager with Never for screen timeout where the users don't have to change it? I'm hoping to push the app and not show it on the lockdown screen. If not, is there any script I may be able to run to change my screen timeout from 10 to 30 minutes? I was given this... Writesecuresetting –sys screen_off_timeout 1800000 (did not work) - Android 6.0.1
Thank you