libsu
libsu copied to clipboard
[SUGGESTION] Stop recommending a splash activity for shell intialization
Current Android versions (since 13) do not recommend using a splash activity, as this conflicts with system splash screen behavior, and causes weird UI glitches. In fact, trying to create/use one triggers warning in android studio.
Might be a good idea to change that suggestion in the docs.
The example is still good as it shows where the shell should be constructed in the recommended way and should be up to the Developer to use newly better API's provided by Google. For example the new way of handling splash screens.
https://developer.android.com/develop/ui/views/launch/splash-screen/migrate