DUWENINK opened a new issue, #347: URL: https://github.com/apache/cordova-plugin-splashscreen/issues/347
# Bug Report ## Problem I follow the post `https://cordova.apache.org/docs/en/11.x/guide/platforms/android/index.html` ,I remove the `cordova-plugin-splashscreen` plugin ,I add this snaipts to the `config.xml` ``` <platform name="android"> <splash src="res/screen/android/splash.jpg" /> <preference name="AndroidInsecureFileMode" value="true" /> <preference name="AndroidExtraFilesystems" value="files,files-external,documents,sdcard,cache,cache-external,assets,root" /> </platform> ``` and I get none splash image on my device, I ensure the resouse is exist, but why ,some thing was wrong with me? ### Versions 1. cordova: 12.0 2. the android sdk api: 31 -- 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]
