Hi NXP,
Android 13 (imx-android-13.0.0_1.2.0) with IMX8MP , we are setting time 5 seconds for Screen timeout in setting
expected behaviour after 5 second of screen inactivity Display should time out
but Screen is not turned off after the duration
Please share your input how to achieve screen time out.
Hello,
To adjust the screen timeout please use the given below command.
adb shell settings put system screen_off_timeout <time_in_ms>
After setting the value please check via the below-given command.
adb shell settings get system screen_off_timeout
Regards