

Here's an example from GitTrends' AndroidMainifest.xml:

In AndroidManifest.xml, ensure the android:targetSdkVersion is 31 or higher (as of publishing this, the current stable release of Android is API Level 32). Step 0: Target Android API 31+ AndroidManifest.xml

It's a subtle difference (once fixed), but you'll notice the new splash screen now exactly matches the GitTrends icon and is a smaller dpi due to Android's new splash screen restrictions: Before Android v12.0 Here's an example of how the splash screen looks in my open-source Xamarin.Forms app, GitTrends, before and after Android v12.0. Strange, right? Well that's apparently how Android wants it because that's what they're forcing us to do! If you're an Android user, you may have noticed that, starting with Android v12.0, when you launch an app its Splash Screen now just looks like it's logo.
