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: [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