Hello,
According to the official Android documentation Android system bars, setting StatusBar to transparent in Android requires the use of edge-to-edge features.
Transparent bars using the edge-to-edge feature, ideal for letting your content shine through using the most screen space.
Therefore, you could refer to Display content edge-to-edge in your app for more details on how to implement this feature in Maui.
If your need is to change the color of the StatusBar to be the same as the top of the page, it is recommended that you use CommunityToolkit to manually modify the color of the StatusBar.
Please refer to StatusBarBehavior for more details.
Best Regards,
Alec Liu.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.