feat(android)!: remove platform from plugin (#337)

* feat(android): drop source code
* feat(android): remove from docs
* feat(android): remove ci
* feat(android): remove dependency requirements
* feat(android): remove from config.xml
* feat(android): revert removal of android version requirements
* feat(anroid): do not install on 7.0.0 or above
This commit is contained in:
エリス
2022-09-10 01:31:39 +09:00
committed by GitHub
parent 1b23804f6f
commit 78e8fa07ae
6 changed files with 8 additions and 737 deletions
-17
View File
@@ -29,26 +29,9 @@
<issue>https://github.com/apache/cordova-plugin-splashscreen/issues</issue>
<engines>
<engine name="cordova-android" version=">=3.6.0 <11.0.0" /><!-- Requires CordovaPlugin.preferences -->
<engine name="cordova-windows" version=">=4.4.0" />
</engines>
<!-- android -->
<platform name="android">
<config-file target="res/xml/config.xml" parent="/*">
<feature name="SplashScreen">
<param name="android-package" value="org.apache.cordova.splashscreen.SplashScreen"/>
<param name="onload" value="true"/>
</feature>
</config-file>
<source-file src="src/android/SplashScreen.java" target-dir="src/org/apache/cordova/splashscreen" />
<js-module src="www/splashscreen.js" name="SplashScreen">
<clobbers target="navigator.splashscreen" />
</js-module>
</platform>
<!-- windows -->
<platform name="windows">
<js-module src="src/windows/SplashScreenProxy.js" name="SplashScreenProxy">