mirror of
https://github.com/aljazceru/Android-nRF-Toolbox.git
synced 2026-01-31 12:34:30 +01:00
9 lines
254 B
XML
9 lines
254 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="no.nordicsemi.android.hrs">
|
|
|
|
<application>
|
|
<service android:name=".service.HRSService" />
|
|
</application>
|
|
|
|
</manifest> |