
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
          package="com.pilloxa.dfu">
    <application>
        <service android:name=".DfuService"/>
    </application>

</manifest>
  
