ankidroid/Anki-Android
FLAG_FULLSCREEN deprecation in API 30
Fechada
#9.332 aberto em 29 de jul. de 2021
DeprecationHelp WantedKeep OpenResearch
Métricas do repositório
- Stars
- (11.132 estrelas)
- Métricas de merge de PR
- (Mesclagem média 9d 12h) (93 fundiu PRs em 30d)
Description
[!IMPORTANT] This issue is to be included in a research study, and should not be worked on
- FLAG_FULLSCREEN
- Use WindowInsetsController.hide(int) with WindowInsets.Type.statusBars() instead.
- Only the usage in
AnkiActivityneeds to be fixed. The usage inReviewer.ktdoesn't need to be fixed because the screen is deprecated
The deprecations below don't need to be fixed because the screen that uses it is deprecated and will be eventually removed.
View.setOnSystemUiVisibilityChangeListenerUse WindowInsets.isVisible(int) to find out about system bar visibilities by setting a View.OnApplyWindowInsetsListener on this view
View.getSystemUiVisibility()SystemUiVisibility flags are deprecated. Use WindowInsetsController instead.