Is there any chance to disable screen splash api on android 12+ to show an image as splash?
and still working on android <=11
Im using capacitor and i havent be able to do that
Is there any chance to disable screen splash api on android 12+ to show an image as splash?
and still working on android <=11
Im using capacitor and i havent be able to do that
If you mean a full screen image, no, the splash screen is part of Android OS since Android 12, it will always appear at least for a brief moment, and will display a small image/icon centered in the screen, not a full screen image anymore.
If you are ok with the small image/icon, then yes, you can configure your app to use any image instead of the app icon, that can also be done for older versions, or you can use full screen images on Android <12 and icons on Android >= 12