In the Google I/O app there is following theme with an intereseting comment I don't really understand:
<style name="AppTheme" parent="Base.AppTheme">
<!-- We use a transparent nav bar on API 29, as the system is responsible for applying
context background protection -->
<item name="android:navigationBarColor">@color/transparent</item>
<item name="ioschedNavigationBarDividerColor">@color/transparent</item>
</style>
What does context background protection is? And should each app use this or what is the use case?