NSCv1: do not export service
This commit is contained in:
parent
10e14960a5
commit
14703c6289
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
<service
|
<service
|
||||||
android:name=".nsclient.services.NSClientService"
|
android:name=".nsclient.services.NSClientService"
|
||||||
android:enabled="true"
|
android:enabled="true"
|
||||||
android:exported="true" />
|
android:exported="false" />
|
||||||
<activity
|
<activity
|
||||||
android:name=".openhumans.ui.OHLoginActivity"
|
android:name=".openhumans.ui.OHLoginActivity"
|
||||||
android:launchMode="singleTop"
|
android:launchMode="singleTop"
|
||||||
|
|
Loading…
Reference in a new issue