xxxxxxxxxx
// if your service requires an intent filter or a permission put it on true
android:exported="true"
// default value is true otherwise you want to change it :
android:exported="false"
xxxxxxxxxx
android:exported=true to allow other apps or system to invoke your application component
android:exported=false to prevent other apps or system from accessing your component