mirror of
https://github.com/aljazceru/Android-nRF-Toolbox.git
synced 2026-01-17 21:54:26 +01:00
9 lines
259 B
XML
9 lines
259 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="no.nordicsemi.android.uart">
|
|
|
|
<application>
|
|
<service android:name=".repository.UARTService" />
|
|
</application>
|
|
|
|
</manifest> |