veronicatc opened a new issue, #534: URL: https://github.com/apache/cordova/issues/534
When opening my cordova app from deep links, the Android splash screen icon doesn't show. I found out this is by design in Android, and to have it show, I need to add this to the theme style: `<item name="android:windowSplashScreenBehavior">icon_preferred</item>` How can I add this to the themes.xml file that is dynamically created by cordova cli when I compile the app? Android documentation [https://developer.android.com/develop/ui/views/launch/splash-screen#set-theme](https://developer.android.com/develop/ui/views/launch/splash-screen#set-theme) Thanks! -- 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.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