Files
Android-nRF-Toolbox/profile_prx/src/main/AndroidManifest.xml
2022-04-08 13:29:58 +02:00

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>