fix manifest

This commit is contained in:
Milos Kozak 2022-11-28 14:59:18 +01:00
parent b4e3f6da82
commit a79053e5e2

View file

@ -1,9 +1,12 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"> <manifest xmlns:android="http://schemas.android.com/apk/res/android">
<service <application>
android:name=".sync.nsclient.services.NSClientService"
android:enabled="true"
android:exported="true" />
<service
android:name=".nsclient.services.NSClientService"
android:enabled="true"
android:exported="true" />
</application>
</manifest> </manifest>