UNPKG

@nativescript-community/nordic-dfu

Version:

A NativeScript plugin for performing Nordic Bluetooth device firmware updates.

5 lines 260 B
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.nativescript.dfu"> <application> <service android:name=".DfuService" android:exported="false" android:foregroundServiceType="connectedDevice"/> </application> </manifest>