You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/10/08 12:45:41 UTC

[GitHub] [cordova-plugin-splashscreen] ollm commented on issue #311: Overlap with the new Android 12 SplashScreen API

ollm commented on issue #311:
URL: https://github.com/apache/cordova-plugin-splashscreen/issues/311#issuecomment-938614183


   Thanks for the solution, I'll wait for now, since I would prefer to use the native Android 12 SpashScreen instead of the plugin.
   
   By the way, you should be able to add the reference to `AndroidManifest.xml` from `config.xml`, so you don't have to edit the `AndroidManifest.xml` file, and if you remove the android platform and add it again, the changes are kept.
   
   ``` xml
       <platform name="android">
           <resource-file src="pathtoxml/splash_styles.xml" target="app/src/main/res/drawable/splash_styles.xml" />
       </platform>
   ```
   


-- 
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-unsubscribe@cordova.apache.org

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



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