noriellecruz opened a new issue, #1578:
URL: https://github.com/apache/cordova-android/issues/1578

   # Bug Report
   Splashscreen keeps showing default cordova logo SDK-32 Android
   ## Problem
   Splashscreen keeps showing default cordova logo SDK-32 Android
   ### What is expected to happen?
   Use the provided app icon if splash is not configured
   
   ```
   <icon src="resources/icon/ldpi/ic_launcher.png" 
background="resources/icon/ldpi/ic_launcher_background.png" density="ldpi" 
foreground="resources/icon/ldpi/ic_launcher_foreground.png" />
   <icon src="resources/icon/mdpi/ic_launcher.png" 
background="resources/icon/mdpi/ic_launcher_background.png" density="mdpi" 
foreground="resources/icon/mdpi/ic_launcher_foreground.png" />
   <icon src="resources/icon/hdpi/ic_launcher.png" 
background="resources/icon/hdpi/ic_launcher_background.png" density="hdpi" 
foreground="resources/icon/hdpi/ic_launcher_foreground.png" />
   <icon src="resources/icon/xhdpi/ic_launcher.png" 
background="resources/icon/xhdpi/ic_launcher_background.png" density="xhdpi" 
foreground="resources/icon/xhdpi/ic_launcher_foreground.png" />
   <icon src="resources/icon/xxhdpi/ic_launcher.png" 
background="resources/icon/xxhdpi/ic_launcher_background.png" density="xxhdpi" 
foreground="resources/icon/xxhdpi/ic_launcher_foreground.png" />
   <icon src="resources/icon/xxxhdpi/ic_launcher.png" 
background="resources/icon/xxxhdpi/ic_launcher_background.png" 
density="xxxhdpi" 
foreground="resources/icon/xxxhdpi/ic_launcher_foreground.png" />
   ```
   
   ### What does actually happen?
   Keeps showing the default cordova logo in the new splashcreen api
   
   
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you 
experiencing the issue? -->
   Linux, Android, SDK-32
   
   
   ### Version information
   <!--
   What are relevant versions you are using?
   For example:
   Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins
   Other Frameworks: Ionic Framework and CLI version
   Operating System, Android Studio, Xcode etc.
   -->
   Cordova CLI, Cordova Platforms
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x] I searched for existing GitHub issues
   - [x] I updated all Cordova tooling to most recent version
   - [x] I included all the necessary information above
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to