Mon 21 Jul 22:43:21 CEST 2025
This commit is contained in:
parent
5fd9a90a47
commit
273829a017
|
@ -0,0 +1,34 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
|
||||
id="cordova-plugin-android-sensor-listeners"
|
||||
version="0.1.0">
|
||||
|
||||
<name>Sensors</name>
|
||||
|
||||
<engines>
|
||||
<engine name="cordova" version=">=3.4.0"/>
|
||||
</engines>
|
||||
|
||||
<asset src="www/sensors.js" target="js/sensors.js"/>
|
||||
|
||||
<js-module src="www/registry.js" name="registry">
|
||||
<runs />
|
||||
</js-module>
|
||||
|
||||
<js-module src="www/sensors.js" name="sensors">
|
||||
<clobbers target="sensors" />
|
||||
</js-module>
|
||||
|
||||
<platform name="android">
|
||||
|
||||
<config-file target="res/xml/config.xml" parent="/*">
|
||||
<feature name="Sensors">
|
||||
<param name="android-package" value="fr.quentinroy.plugin.Sensors"/>
|
||||
</feature>
|
||||
</config-file>
|
||||
|
||||
<source-file src="src/android/Sensors.java" target-dir="src/fr/quentinroy/plugin/"/>
|
||||
</platform>
|
||||
|
||||
|
||||
</plugin>
|
Loading…
Reference in New Issue
Block a user