1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/superjunjin-cordova-plugin-bluetooth-print

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
В этом репозитории не указан файл с открытой лицензией (LICENSE). При использовании обратитесь к конкретному описанию проекта и его зависимостям в коде.
Клонировать/Скачать
plugin.xml 1.8 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
songjiea Отправлено 23.01.2017 05:41 d560a05
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-bluetooth-print" version="0.1">
<name>BluetoothPrint</name>
<description>Cordova Plugin</description>
<js-module src="www/bluetoothprint.js" name="bluetoothprint">
<clobbers target="cordova.plugins.BluetoothPrint"/>
</js-module>
<!-- android -->
<platform name="android">
<config-file target="res/xml/config.xml" parent="/*">
<feature name="BluetoothPrint">
<param name="android-package" value="cn.sj.cordova.bluetoothprint.BluetoothPrintPlugin"/>
</feature>
</config-file>
<config-file target="AndroidManifest.xml" parent="/*">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-feature android:name="android.hardware.usb.host" />
<uses-permission android:name="android.hardware.usb.accessory" />
<uses-permission android:name="android.permission.DEVICE_POWER"/>
<uses-permission android:name="android.permission.WAKE_LOCK"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
</config-file>
<source-file src="src/android/BluetoothPrintPlugin.java" target-dir="src/cn/sj/cordova/bluetoothprint"/>
</platform>
</plugin>

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/superjunjin-cordova-plugin-bluetooth-print.git
git@api.gitlife.ru:oschina-mirror/superjunjin-cordova-plugin-bluetooth-print.git
oschina-mirror
superjunjin-cordova-plugin-bluetooth-print
superjunjin-cordova-plugin-bluetooth-print
master