AndroidAPS/plugins/sync/src/main/AndroidManifest.xml

12 lines
313 B
XML
Raw Normal View History

2022-11-28 09:25:19 +01:00
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
2022-11-28 14:59:18 +01:00
<application>
2022-11-28 14:46:53 +01:00
2022-11-28 14:59:18 +01:00
<service
android:name=".nsclient.services.NSClientService"
android:enabled="true"
android:exported="true" />
</application>
2022-11-28 09:25:19 +01:00
</manifest>