0 Star 0 Fork 1

徐善培 / ionic3 对接智能手环

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
plugin.xml 1.77 KB
一键复制 编辑 原始数据 按行查看 历史
xushanpei 提交于 2019-01-17 13:12 . ...
<?xml version="1.0" encoding="utf-8"?>
<plugin id="cordova-plugin-blewatch" version="0.0.1" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<name>blewatch</name>
<description>Cordova blewatch Plugin</description>
<license>Apache 2.0</license>
<keywords>cordova,blewatch</keywords>
<js-module name="blewatch" src="www/blewatch.js">
<clobbers target="blewatch" />
</js-module>
<platform name="android">
<config-file parent="/*" target="res/xml/config.xml">
<feature name="BLEWatch">
<param name="android-package" value="com.realidfarm.blewatch.BLEWatch" />
</feature>
</config-file>
<config-file target="AndroidManifest.xml" parent="/manifest">
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
</config-file>
<source-file src="src/android/BLEWatch.java" target-dir="src/com/realidfarm/blewatch" />
<source-file src="src/android/SelectWatch.java" target-dir="src/com/realidfarm/blewatch" />
<source-file src="src/android/ble_proguard_sdk_v3.1.0.jar" target-dir="libs" />
<source-file src="src/android/gson-2.7.jar" target-dir="libs" />
<framework src="com.android.support:support-v4:27.1.1" />
</platform>
</plugin>
1
https://gitee.com/xushanpei/ionic-SH.git
git@gitee.com:xushanpei/ionic-SH.git
xushanpei
ionic-SH
ionic3 对接智能手环
master

搜索帮助