fix manifest
This commit is contained in:
parent
b4e3f6da82
commit
a79053e5e2
1 changed files with 7 additions and 4 deletions
|
@ -1,9 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<service
|
||||
android:name=".sync.nsclient.services.NSClientService"
|
||||
android:enabled="true"
|
||||
android:exported="true" />
|
||||
<application>
|
||||
|
||||
<service
|
||||
android:name=".nsclient.services.NSClientService"
|
||||
android:enabled="true"
|
||||
android:exported="true" />
|
||||
|
||||
</application>
|
||||
|
||||
</manifest>
|
Loading…
Reference in a new issue