I use my hacky program to "modulate" backlight between off and minimum. (I want really dim backlight sometimes and use both it and ScreenFilter simultaneously). However, in some modes when using it the device suddenly begins shutting down without any questions or confirmations:
I/ActivityManager( 1138): Starting activity: Intent { act=android.intent.action.ACTION_REQUEST_SHUTDOWN flg=0x10000000 cmp=android/com.android.server.ShutdownActivity (has extras) }
Why does it happen? How to prevent those spurious shutdowns?