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