Shutdown/Boot of android cellphone not informed in "last_update_trigger" sensor

Hi
For 2 of my android cell phones I was configured automations to control if powered ON or OFF

But with last release of HA for android, this automations not working any more.
In my check control can verify that last_update_trigger sensor not updated with Boot/Shutdown last state.

Someone more with this problem?

Thanks

that state is not guaranteed, fully depends on your device sending the intent to the app and the app having enough time to send an update to HA.

Edit: the fact that it worked before is a coincidence

thanks for your answer
But, always worked fine in all my cellphone.
Now, in 2 of them not working
I will be testing.
Regards

https://developer.android.com/reference/android/content/Intent#ACTION_SHUTDOWN

Once the broadcast is complete, the final shutdown will proceed and all unsaved data lost. Apps will not normally need to handle this, since the foreground activity will be paused as well.

its not guaranteed that any app will be able to send data, it was a coincidence that it worked before and suddenly stopped working.