Hi, I would like to hide the time in the status bar for Android and iOS (but not for UWP), so I would like
to do it in the Platfrom Project, and not in the Xmarin.Forms project.
In iOS:
I understood I need to do it via info.plist.
1. In Application tab (Checking the Hide status bar check box).
2. In Source tab (Add a property of "Status bar is initially hidden" and setting it to "Yes").
The problem is that there is no such a tab "Source" (At least not in Visual Studio 2019).
In Android:
What is the equivalent file in Andorid for info.plist?
Thank you,
Eliran.