It seems impossible to turn screen on in this way.
Instead, I've found another API to do dual screen display : Jetpack Compose. This will allow you to display something on the rear screen at the same time than the main screen. The doc can be found here : https://developer.android.com/develop/ui/compose/layouts/adaptive/foldables/support-foldable-display-modes?hl=fr
Problem : it cannot be used to display something on the rear screen when the device is fold. When the device is fold, my initial code with a Presentation works well.
Hope this will help