mirror of
https://github.com/apache/cordova-plugin-splashscreen.git
synced 2026-04-14 00:01:34 +08:00
Initial Commit
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
id="org.apache.cordova.core">
|
||||
version="0.1.0">
|
||||
<name>Splashscreen</name>
|
||||
|
||||
<!-- android -->
|
||||
<platform name="android">
|
||||
<config-file target="res/xml/config.xml" parent="/cordova/plugins">
|
||||
<plugin name="SplashScreen" value="org.apache.cordova.core.SplashScreen"/>
|
||||
</config-file>
|
||||
|
||||
<source-file src="SplashScreen.java" target-dir="org/apache/cordova/core" />
|
||||
|
||||
</platform>
|
||||
</plugin>
|
||||
Reference in New Issue
Block a user