mirror of
https://github.com/aljazceru/Android-nRF-Toolbox.git
synced 2026-01-25 09:34:22 +01:00
8 lines
216 B
XML
8 lines
216 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<application>
|
|
<service android:name=".repository.PRXService"/>
|
|
</application>
|
|
</manifest>
|