Splash screen is black after upgrading my phone to android 12. The app is written in Xamarin. Not sure what to do to fix this. I am using a splash_screen.xml is there a better way?
Asked
Active
Viewed 381 times
0
-
2There is a new Splash Screen API in Android 12, you might want to look into: https://developer.android.com/guide/topics/ui/splash-screen – Cheesebaron Jan 23 '22 at 02:27
-
@Cheesebaron Doesn't really say how to implement it in Xamarin. – Vladimir Apr 14 '22 at 11:58
-
@Vladimir what I ended up doing is leaving the splash screen alone. I don't think that Microsoft has implemented all the api's if you leave it alone it will use the Icon in the splash which goes along with alot of the other apps in the store – Micah Armantrout Apr 15 '22 at 13:07