Hi,
We’ve enrolled our Android device via android enterprise device owner and installed our custom app, which controls device brightness through a localhost Api.
Prior to enrollment, the app functioned correctly and could both read and set brightness levels via this url. However, once the device is enrolled in hexnode, brightness changes via the localhost Api no longer take effect. Interestingly, if the brightness is changed manually from the device settings, our app can still detect the updated value.
To be sure it wasn’t a policy issue, we removed all policies from the device, took it out of kiosk, and manually reinstalled the app. Even then, the issue persisted
Could Device owner mode or hexnode be blocking or interfering with localhost communication?