manifest exported code example
Example: exported android manifest
// 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"