Before marking this post as a \"duplicate\", I am writing this post because no other post holds the solution to the problem.
I am trying to turn off the device, then
Simply add
android:keepScreenOn="true"
or call
setKeepScreenOn(true)
on parent view.