pramodpurushan77 commented on issue #1565:
URL: 
https://github.com/apache/cordova-android/issues/1565#issuecomment-1744229819

           <preference name="AndroidWindowSplashScreenAnimatedIcon" 
value="resources/splash.png" />
           <preference name="AndroidWindowSplashScreenBackground" 
value="#ffffff" />
           <icon density="ldpi" 
src="resources/android/icon/drawable-ldpi-icon.png" />
           <icon density="mdpi" 
src="resources/android/icon/drawable-mdpi-icon.png" />
           <icon density="hdpi" 
src="resources/android/icon/drawable-hdpi-icon.png" />
           <icon density="xhdpi" 
src="resources/android/icon/drawable-xhdpi-icon.png" />
           <icon density="xxhdpi" 
src="resources/android/icon/drawable-xxhdpi-icon.png" />
           <icon density="xxxhdpi" 
src="resources/android/icon/drawable-xxxhdpi-icon.png" />
           <splash density="land-ldpi" 
src="resources/android/splash/drawable-land-ldpi-screen.png" />
           <splash density="land-mdpi" 
src="resources/android/splash/drawable-land-mdpi-screen.png" />
           <splash density="land-hdpi" 
src="resources/android/splash/drawable-land-hdpi-screen.png" />
           <splash density="land-xhdpi" 
src="resources/android/splash/drawable-land-xhdpi-screen.png" />
           <splash density="land-xxhdpi" 
src="resources/android/splash/drawable-land-xxhdpi-screen.png" />
           <splash density="land-xxxhdpi" 
src="resources/android/splash/drawable-land-xxxhdpi-screen.png" />
           <splash density="port-ldpi" 
src="resources/android/splash/drawable-port-ldpi-screen.png" />
           <splash density="port-mdpi" 
src="resources/android/splash/drawable-port-mdpi-screen.png" />
           <splash density="port-hdpi" 
src="resources/android/splash/drawable-port-hdpi-screen.png" />
           <splash density="port-xhdpi" 
src="resources/android/splash/drawable-port-xhdpi-screen.png" />
           <splash density="port-xxhdpi" 
src="resources/android/splash/drawable-port-xxhdpi-screen.png" />
           <splash density="port-xxxhdpi" 
src="resources/android/splash/drawable-port-xxxhdpi-screen.png" />
   
   for platform android,
   
   do check  <preference /> are added in config file, you may replace 
AndroidWindowSplashScreenBackground value. without this line issue happens on 
devices  SDK below 31. 
   Hope this one works for you as well


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to